Skip to content

Commit

Permalink
Don't checkout master by default
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
dfreedm committed Aug 22, 2013
1 parent 13c344b commit 2e92ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/pull-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ ok() {
pull() {
pushd $REPO >/dev/null 2>&1
log "PULLING"
git checkout master
git pull --rebase
if [ $? -ne 0 ]; then
FAILED+=($REPO)
Expand Down

0 comments on commit 2e92ba5

Please sign in to comment.