From 1f64dd085f46fe6fc78afb5c3913c9b1437a1e4c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2014 15:32:26 -0500 Subject: [PATCH] Need to be in the correct directory --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5be7f24..74c823e 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -35,6 +35,7 @@ gem install librarian-puppet cd /tmp rm -rf puppet git clone https://github.com/atomaka/tc362.git puppet +cd puppet if [ "$BRANCH" != "" ]; then git fetch @@ -42,7 +43,6 @@ if [ "$BRANCH" != "" ]; then fi # INSTALL MODULES -cd puppet librarian-puppet install # RUN MANIFEST