Skip to content

Commit 5033798

Browse files
jeanp413akosyakov
authored andcommitted
Update sync script
1 parent 7c70088 commit 5033798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sync-with-upstream.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ echo "Syncing openvscode-server with upstream"
55
upstream_url="https://github.com/microsoft/vscode.git"
66
upstream_branch=${1:-"upstream/main"}
77
local_branch=${2:-"next"}
8-
only_sync=${3:-"false"}
9-
base_commit_msg="code web server initial commit"
8+
base_commit_msg=${3:-"code web server initial commit"}
9+
only_sync=${4:-"false"}
1010

1111
exit_script() {
1212
reason=$1

0 commit comments

Comments
 (0)