Skip to content

Commit

Permalink
Fix branch name in sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Aug 10, 2017
1 parent f5ac88e commit a4b02bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script/sync-translation
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ fi

REMOTE=${1:-"origin"}
BASE="$REMOTE/gh-pages"
# FIXME: switch to upstream/gh-pages before this is merged:
# https://github.com/github/open-source-guide/pull/295
HEAD="upstream/i18n"
HEAD="upstream/gh-pages"

git fetch upstream
git fetch $REMOTE
Expand Down

0 comments on commit a4b02bf

Please sign in to comment.