Skip to content

Commit

Permalink
fix ps in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewton76 committed Jan 7, 2018
1 parent 118c618 commit 6345b86
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 @@ -15,7 +15,7 @@ init:
if ($env:APPVEYOR_REPO_TAG -eq "true") {
$ver = $env:APPVEYOR_REPO_TAG_NAME
if($ver.StartsWith("v") -eq $true) { $ver = $version.Substring(1) }
if($ver.StartsWith("v") -eq $true) { $ver = $ver.Substring(1) }
Update-AppveyorBuild -Version $ver
}
elseif([System.String]::IsNullOrEmpty($env:APPVEYOR_PULL_REQUEST_NUMBER) -eq $true) {
Expand Down

0 comments on commit 6345b86

Please sign in to comment.