commit | e09a6e4a82debdc5d8d06b0b74312d1266208b76 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 19:09:52 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Mon Oct 24 19:09:52 2011 -0700 |
tree | 98e01e3077d07c092e35574c5d04cca8539bf51e | |
parent | 9fef844fd9adf0d1a2a68890d5b4d92244f95874 [diff] [blame] |
update comment
diff --git a/stack.sh b/stack.sh index 4b73102..6c7dcdf 100755 --- a/stack.sh +++ b/stack.sh
@@ -324,7 +324,7 @@ # thinks the pyc files are correct using them) sudo git clean -f -d git checkout -f origin/$GIT_BRANCH - # a local branch might not exist for $3 + # a local branch might not exist git branch -D $GIT_BRANCH || true git checkout -b $GIT_BRANCH fi