Skip to content

Commit

Permalink
modify error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kmtym1998 committed Dec 13, 2024
1 parent 403b9aa commit 4751540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func resolveRef(ctx context.Context, o *rootOption) (string, error) {
}

if prList.Total == 0 {
return "", errors.New("no PRs found. specify --ref or use --current-branch")
return "", errors.New("no PRs found. use --ref option to monitor a specific ref")
}

selectedPR, err := selectPR(o, prList)
Expand Down

0 comments on commit 4751540

Please sign in to comment.