Skip to content

Commit 82443f3

Browse files
committed
Corrected copy paste mistake.
1 parent a97b5b7 commit 82443f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AppVeyor/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function GetVersion()
5050

5151
foreach ($line in [System.IO.File]::ReadLines("../ImageMagick/version.sh"))
5252
{
53-
if ($line.StartsWith("PACKAGE_VERSION="))
53+
if ($line.StartsWith("PACKAGE_RELEASE="))
5454
{
5555
$addendum = "-" + $line.SubString(17, $line.Length - 18)
5656
}

0 commit comments

Comments
 (0)