Skip to content

Commit c1d1dc6

Browse files
committed
Make sync script executable
1 parent 2beffd1 commit c1d1dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sync-with-upstream.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ upstream_url="https://github.com/microsoft/vscode.git"
66
upstream_branch=${1:-"upstream/main"}
77
local_branch=${2:-"main"}
88
base_commit_msg=${3:-"code web server initial commit"}
9-
only_sync=${4:-"false"}
9+
only_sync=${4:-"true"}
1010

1111
exit_script() {
1212
reason=$1

0 commit comments

Comments
 (0)