aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/github.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/github.rs')
-rw-r--r--crates/shirabe/src/util/github.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/util/github.rs b/crates/shirabe/src/util/github.rs
index d4fd3283..5ec0acb1 100644
--- a/crates/shirabe/src/util/github.rs
+++ b/crates/shirabe/src/util/github.rs
@@ -205,7 +205,7 @@ impl GitHub {
io_interface::NORMAL,
);
self.io.write_error3(
- "You can also add it manually later by using \"composer config --global --auth github-oauth.github.com <token>\"",
+ "You can also add it manually later by using \"shirabe config --global --auth github-oauth.github.com <token>\"",
true,
io_interface::NORMAL,
);
@@ -245,7 +245,7 @@ impl GitHub {
io_interface::NORMAL,
);
self.io.write_error3(
- "You can also add it manually later by using \"composer config --global --auth github-oauth.github.com <token>\"",
+ "You can also add it manually later by using \"shirabe config --global --auth github-oauth.github.com <token>\"",
true,
io_interface::NORMAL,
);