Skip to content

Commit 91de1fe

Browse files
committed
fixup!: silly mistake
1 parent 114485b commit 91de1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dev/postinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install-deps() {
77
if [[ ${CI-} ]]; then
88
args+=(--frozen-lockfile)
99
fi
10-
if [[ "$1" == "lib/vscode"]]; then
10+
if [[ "$1" == "lib/vscode" ]]; then
1111
args+=(--no-default-rc)
1212
fi
1313
# If there is no package.json then yarn will look upward and end up installing

0 commit comments

Comments
 (0)