Skip to content

Commit 489e87c

Browse files
committed
replaced ( with $ in deploy script in appveyor.yml
1 parent dde5835 commit 489e87c

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
@@ -51,7 +51,7 @@ deploy_script:
5151
5252
(Get-Content "$($chocodir)\tools\VERIFICATION.txt.template" -Raw).Replace("##version##", "$($env:APPVEYOR_BUILD_VERSION)") | Out-File "$($chocodir)\tools\VERIFICATION.txt"
5353
54-
remove-item (chocodir\tools\LICENSE.txt.template
54+
remove-item $chocodir\tools\LICENSE.txt.template
5555
5656
remove-item $chocodir\tools\LICENSE.txt.template
5757

0 commit comments

Comments
 (0)