Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Nov 28, 2023
1 parent ce3b037 commit 0f80361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-ci
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ exit($success ? 0 : 1);
if (!$travis_build) {
if (!$is_failed{travis}) {
print STDERR "Status at travis: cannot find commit $current_commit_id\n";
$mark_as_failed->('travis', "Cnnot find commit in --no-loop mode") if !$do_loop;
$mark_as_failed->('travis', "Cannot find commit in --no-loop mode") if !$do_loop;
}
last DO_TRAVIS;
} else {
Expand Down

0 comments on commit 0f80361

Please sign in to comment.