mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-13 00:46:15 +00:00
Merge pull request #1295 from r15ch13/auto-pr
Create branches for auto pullrequests under manifest/*
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user