We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba101a commit 9c1e38bCopy full SHA for 9c1e38b
cargo-smart-release/src/bat.rs
@@ -26,7 +26,7 @@ impl Support {
26
additional_title: impl AsRef<str>,
27
) -> io::Result<()> {
28
if !self.bat.found {
29
- log::info!(
+ log::warn!(
30
"Would want to use 'bat' for colored preview of '{}', but it wasn't available in the PATH.",
31
path.display()
32
);
0 commit comments