commit | 480644bd7461f514f66b41e87ff727c6d86f7fdb | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 18:52:58 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 18:52:58 2011 -0700 |
tree | a15b94fabd4d35f373f2ff672356ec47032af855 | |
parent | b9b3ad49a6fc318b51c3746036721918924b523e [diff] |
error in conversion
diff --git a/stack.sh b/stack.sh index 8dbb9e9..e3f8a94 100755 --- a/stack.sh +++ b/stack.sh
@@ -315,7 +315,7 @@ git checkout $GIT_BRANCH elif [[ "$RECLONE" == "yes" ]]; then # if it does exist then simulate what clone does if asked to RECLONE - cd $GIT_BRANCH + cd $GIT_DEST # set the url to pull from and fetch git remote set-url origin $GIT_REMOTE git fetch origin