1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-23 00:03:05 +00:00

<default> not <default branch>

This commit is contained in:
Mark McDowall 2013-02-15 18:05:07 -06:00
parent be0b0055f1
commit 901a64fdd4

View file

@ -5,7 +5,7 @@ Param(
[string]$version
)
if ($branch -eq "<default branch>")
if ($branch -eq "<default>")
{
$branch = "teamcity";
}