aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/config_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/config_command.rs')
-rw-r--r--crates/shirabe/src/command/config_command.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/command/config_command.rs b/crates/shirabe/src/command/config_command.rs
index df47d934..3d92de4b 100644
--- a/crates/shirabe/src/command/config_command.rs
+++ b/crates/shirabe/src/command/config_command.rs
@@ -120,7 +120,7 @@ impl ConfigCommand {
.unwrap_or(false)
{
self.get_io().write_error(
- "<info>You are now running Composer with SSL/TLS protection enabled.</info>",
+ "<info>You are now running Shirabe with SSL/TLS protection enabled.</info>",
);
} else if normalized_value.as_bool().unwrap_or(false)
&& !config
@@ -129,7 +129,7 @@ impl ConfigCommand {
.as_bool()
.unwrap_or(false)
{
- self.get_io().write_error("<warning>You are now running Composer with SSL/TLS protection disabled.</warning>");
+ self.get_io().write_error("<warning>You are now running Shirabe with SSL/TLS protection disabled.</warning>");
}
}
@@ -907,7 +907,7 @@ impl Command for ConfigCommand {
.unwrap_or(false)
{
self.get_io().write_error(
- "<info>You are now running Composer with SSL/TLS protection enabled.</info>",
+ "<info>You are now running Shirabe with SSL/TLS protection enabled.</info>",
);
}