Fix script target

This commit is contained in:
Ryan Brandenburg 2018-04-17 12:26:08 -07:00
parent a32e7dc18b
commit 9f6531b547
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ Write-Host "Loading deps from $depsPath"
[xml] $dependencies = LoadXml $depsPath
$remote = "origin"
$baseBranch = "dev"
$baseBranch = "release/2.1"
$currentBranch = Invoke-Block { & git rev-parse --abbrev-ref HEAD }
$destinationBranch = "rybrande/UpgradeDepsTest"