Skip to content

Commit 4e88fcf

Browse files
EricCornelsonEric Cornelson
andauthored
fix: update the branch name for vscode-loc assets to 'main' (#1022)
Co-authored-by: Eric Cornelson <[email protected]>
1 parent a02cfa5 commit 4e88fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ gulp.task('package:createVSIX', () =>
321321
);
322322

323323
gulp.task('nls:bundle-download', async () => {
324-
const res = await got.stream('https://github.com/microsoft/vscode-loc/archive/master.zip');
324+
const res = await got.stream('https://github.com/microsoft/vscode-loc/archive/main.zip');
325325
await new Promise((resolve, reject) =>
326326
res
327327
.pipe(unzipper.Parse())

0 commit comments

Comments
 (0)