Skip to content

Commit a294c77

Browse files
committed
Fix git command
1 parent 5a8df8a commit a294c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/sync-translation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ TRANSLATABLE_FILES="
3535

3636
## Create a new branch and merge in the changes from upstream.
3737
# TODO: remove echos
38-
echo git co -b $BRANCH $BASE
38+
echo git checkout -b $BRANCH $BASE
3939
echo git merge --no-edit $HEAD
4040

4141
CHANGED_FILES=$(git diff --name-only $BASE $HEAD -- $TRANSLATABLE_FILES)

0 commit comments

Comments
 (0)