aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/forgejo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/forgejo.rs')
-rw-r--r--crates/shirabe/src/util/forgejo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/forgejo.rs b/crates/shirabe/src/util/forgejo.rs
index 6c18e4f6..99e2d9bc 100644
--- a/crates/shirabe/src/util/forgejo.rs
+++ b/crates/shirabe/src/util/forgejo.rs
@@ -92,7 +92,7 @@ impl Forgejo {
.unwrap_or_default();
let add_token_manually = format!(
- "You can also add it manually later by using \"composer config --global --auth forgejo-token.{} <username> <token>\"",
+ "You can also add it manually later by using \"shirabe config --global --auth forgejo-token.{} <username> <token>\"",
origin_url
);
if token.is_empty() || username.is_empty() {