Skip to content

Commit 935ca01

Browse files
committed
1.16.0
1 parent 368f27a commit 935ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ local ovsxToken = fsu.loadFile(ROOT / 'ovsx-token')
255255
if ovsxToken then
256256
ovsxToken = ovsxToken:match '[%w%-]+'
257257
shell {
258-
'npx', 'ovsx', 'plublish', vsix,
258+
'npx', 'ovsx', 'publish', vsix,
259259
'-p', ovsxToken
260260
}
261261
end

0 commit comments

Comments
 (0)