From a4b02bf904a6f4ca11488b995d267697ad6b459c Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Thu, 10 Aug 2017 12:11:52 -0500 Subject: [PATCH] Fix branch name in sync script --- script/sync-translation | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script/sync-translation b/script/sync-translation index e8391b38924..ecfdb42fbf0 100755 --- a/script/sync-translation +++ b/script/sync-translation @@ -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