aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/go/cond_make.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cond_make.go b/client/go/cond_make.go
index 4fba3efcb16..7792351d183 100644
--- a/client/go/cond_make.go
+++ b/client/go/cond_make.go
@@ -196,7 +196,7 @@ func releaseToHomebrew(target string) error {
defer checkoutRef(prevBranch)
_, stderr, err := runCmd("make", "--", target)
if err != nil {
- if strings.Contains(stderr, "Error: These pull requests may be duplicates:") {
+ if strings.Contains(stderr, "Duplicate PRs should not be opened") {
return nil // fine, pull request already created
}
}