Skip to content

Commit

Permalink
fix pull-compile-script
Browse files Browse the repository at this point in the history
  • Loading branch information
nobnago committed Nov 28, 2011
1 parent b4282e3 commit f2f413e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pull-compile-push.sh
Expand Up @@ -23,7 +23,7 @@ BRANCH=${2:-$DEFAULT_BRANCH}
cd "$(dirname "$0")/.."

# Pull
git pull b$DEVELOPER $BRANCH
git pull https://github.com/$DEVELOPER/Anki-Android.git $BRANCH
if [ "$?" -ne "0" ]; then zenity --error --text 'pull failed'; exit 1; fi

# Compile
Expand Down

0 comments on commit f2f413e

Please sign in to comment.