We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8df8a commit a294c77Copy full SHA for a294c77
script/sync-translation
@@ -35,7 +35,7 @@ TRANSLATABLE_FILES="
35
36
## Create a new branch and merge in the changes from upstream.
37
# TODO: remove echos
38
-echo git co -b $BRANCH $BASE
+echo git checkout -b $BRANCH $BASE
39
echo git merge --no-edit $HEAD
40
41
CHANGED_FILES=$(git diff --name-only $BASE $HEAD -- $TRANSLATABLE_FILES)
0 commit comments