diff options
Diffstat (limited to 'crates/shirabe/src/command')
| -rw-r--r-- | crates/shirabe/src/command/bump_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/bump_command.rs b/crates/shirabe/src/command/bump_command.rs index 8f27fcb8..4b09f14c 100644 --- a/crates/shirabe/src/command/bump_command.rs +++ b/crates/shirabe/src/command/bump_command.rs @@ -146,7 +146,7 @@ impl BumpCommand { .is_some_and(|m| m.contains_key("type")) { io.write_error3( - "If your package is not a library, you can explicitly specify the \"type\" by using \"composer config type project\".", + "<warning>If your package is not a library, you can explicitly specify the \"type\" by using \"composer config type project\".</warning>", true, io_interface::NORMAL, ); |
