aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsandbox1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox b/sandbox
index 41093ba..6f1e120 100755
--- a/sandbox
+++ b/sandbox
@@ -59,6 +59,7 @@ fi
# Use the best approach
#git clone $BOOSTRAP $CODE/$PROJECT/puppet
#git submodule add $BOOSTRAP puppet
+ git remote add puppet $BOOTSTRAP
git subtree add --prefix puppet $BOOTSTRAP master --squash
)