Skip to content

Commit 1ec8961

Browse files
Fixed syntax error
1 parent 92cfdf0 commit 1ec8961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: Visual Studio 2017
22

33
install:
44
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
5-
- npm --version
5+
- npm --version
66

77
before_build:
88
- ps: Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion

0 commit comments

Comments
 (0)