Skip to content

Commit a4b02bf

Browse files
committed
Fix branch name in sync script
1 parent f5ac88e commit a4b02bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

script/sync-translation

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ fi
1818

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

2523
git fetch upstream
2624
git fetch $REMOTE

0 commit comments

Comments
 (0)