We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde5835 commit 489e87cCopy full SHA for 489e87c
appveyor.yml
@@ -51,7 +51,7 @@ deploy_script:
51
52
(Get-Content "$($chocodir)\tools\VERIFICATION.txt.template" -Raw).Replace("##version##", "$($env:APPVEYOR_BUILD_VERSION)") | Out-File "$($chocodir)\tools\VERIFICATION.txt"
53
54
- remove-item (chocodir\tools\LICENSE.txt.template
+ remove-item $chocodir\tools\LICENSE.txt.template
55
56
remove-item $chocodir\tools\LICENSE.txt.template
57
0 commit comments