Skip to content

Commit ee0600a

Browse files
Update message for no matching runs found
1 parent acc313c commit ee0600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/ci/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ func NewCmdRunList() *cobra.Command {
521521
if len(statuses) == 0 {
522522
fmt.Println("No queued or active runs found. Use --status to view other runs.")
523523
} else {
524-
fmt.Println("No runs found.")
524+
fmt.Println("No matching runs found.")
525525
}
526526
return nil
527527
}

0 commit comments

Comments
 (0)