Skip to content

Commit a1345ed

Browse files
committed
Improve message for no CI builds found
1 parent 15c3be9 commit a1345ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ fn bisect_ci_in_commits(
11461146

11471147
if commits.is_empty() {
11481148
bail!(
1149-
"no commits between {} and {} within last 167 days",
1149+
"no CI builds available between {} and {} within last 167 days",
11501150
start,
11511151
end
11521152
);

0 commit comments

Comments
 (0)