diff options
Diffstat (limited to 'crates/shirabe/src/command/init_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/init_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/init_command.rs b/crates/shirabe/src/command/init_command.rs index 9399c2a7..8d892bd3 100644 --- a/crates/shirabe/src/command/init_command.rs +++ b/crates/shirabe/src/command/init_command.rs @@ -275,7 +275,7 @@ impl InitCommand { if result.is_err() { self.get_io().borrow().write_error( - "Could not update dependencies. Run `composer update` to see more information.", + "Could not update dependencies. Run `shirabe update` to see more information.", ); } } |
