Skip to content

Commit 86a3678

Browse files
akosyakovjeanp413
authored andcommitted
[sync] next to main
1 parent 5327184 commit 86a3678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-with-upstream.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ echo "Syncing openvscode-server with upstream"
44

55
upstream_url="https://github.com/microsoft/vscode.git"
66
upstream_branch=${1:-"upstream/main"}
7-
local_branch=${2:-"next"}
7+
local_branch=${2:-"main"}
88
base_commit_msg=${3:-"code web server initial commit"}
99
only_sync=${4:-"false"}
1010

0 commit comments

Comments
 (0)