Skip to content

Commit

Permalink
powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Clegg committed May 24, 2018
1 parent f1049b1 commit baad1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
- ps: >-
if ($env:APPVEYOR_REPO_TAG -eq "true")
{
Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME.substring(1)"
Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_TAG_NAME.substring(1))"
}
else
{
Expand Down

0 comments on commit baad1d7

Please sign in to comment.