Skip to content

Commit

Permalink
warning in yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Oct 13, 2023
1 parent ed3756f commit c7bdd90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub fn print_no_file(suffix: &str) {
"{}", format!(
"No file ending in *_{suffix} found. Use the --create flag to create a new {suffix} file.",
)
.bright_red()
.yellow()
);
}

Expand Down

0 comments on commit c7bdd90

Please sign in to comment.