Skip to content

Commit 9c1e38b

Browse files
committed
fix: more prominent message if 'bat' wasn't found in PATH (#308)
1 parent eba101a commit 9c1e38b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-smart-release/src/bat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ impl Support {
2626
additional_title: impl AsRef<str>,
2727
) -> io::Result<()> {
2828
if !self.bat.found {
29-
log::info!(
29+
log::warn!(
3030
"Would want to use 'bat' for colored preview of '{}', but it wasn't available in the PATH.",
3131
path.display()
3232
);

0 commit comments

Comments
 (0)