We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ba2c2 commit c26f8b0Copy full SHA for c26f8b0
1 file changed
cmd/merge.go
@@ -68,7 +68,7 @@ func runMerge(cfg *config.Config, target string) error {
68
}
69
70
if br.PullRequest == nil {
71
- cfg.Errorf("no pull request found for branch %q", currentBranch)
+ cfg.Errorf("no pull request found for branch %q", br.Branch)
72
cfg.Printf(" Run %s to create PRs for this stack.", cfg.ColorCyan("gh stack push"))
73
return ErrSilent
74
0 commit comments