aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin/plugin_manager.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/plugin/plugin_manager.rs')
-rw-r--r--crates/shirabe/src/plugin/plugin_manager.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/plugin/plugin_manager.rs b/crates/shirabe/src/plugin/plugin_manager.rs
index 1ecb4153..04c53d08 100644
--- a/crates/shirabe/src/plugin/plugin_manager.rs
+++ b/crates/shirabe/src/plugin/plugin_manager.rs
@@ -1221,7 +1221,7 @@ impl PluginManager {
if rules.is_none() {
if !self.io.is_interactive() {
self.io.write_error("<warning>For additional security you should declare the allow-plugins config with a list of packages names that are allowed to run code. See https://getcomposer.org/allow-plugins</warning>");
- self.io.write_error("<warning>This warning will become an exception once you run composer update!</warning>");
+ self.io.write_error("<warning>This warning will become an exception once you run shirabe update!</warning>");
let mut m: IndexMap<String, bool> = IndexMap::new();
m.insert("{}".to_string(), true);