Browse code

update comment

Jesse Andrews authored on 2011/10/25 11:09:52
Showing 1 changed files
... ...
@@ -324,7 +324,7 @@ function git_clone {
324 324
         # thinks the pyc files are correct using them)
325 325
         sudo git clean -f -d
326 326
         git checkout -f origin/$GIT_BRANCH
327
-        # a local branch might not exist for $3
327
+        # a local branch might not exist
328 328
         git branch -D $GIT_BRANCH || true
329 329
         git checkout -b $GIT_BRANCH
330 330
     fi