Merge pull request #1295 from r15ch13/auto-pr

Create branches for auto pullrequests under manifest/*
This commit is contained in:
Richard Kuhnt
2017-02-01 18:04:32 +01:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ hub diff --name-only | % {
if($json.version) {
$version = $json.version
$homepage = $json.homepage
$branch = "$app-$version"
$branch = "manifest/$app-$version"
hub checkout master *> $null
hub rev-parse --verify $branch *> $null
if($LASTEXITCODE -gt 0) {