Skip to content

Commit 2b2fb69

Browse files
committed
Fix typo in appveyor.yml
1 parent 06f2f3a commit 2b2fb69

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
@@ -52,7 +52,7 @@ test:
5252
- '**\*.Tests.dll'
5353

5454
after_test:
55-
- ps: nuget.exe pack ./Mustachio/Mustachio.nuspec -Version $env:APPVEYOR_BUILD_VERSION}
55+
- ps: nuget.exe pack ./Mustachio/Mustachio.nuspec -Version $env:APPVEYOR_BUILD_VERSION
5656

5757
artifacts:
5858
# pushing all *.nupkg files in directory

0 commit comments

Comments
 (0)