diff options
Diffstat (limited to 'crates/shirabe/src/util/github.rs')
| -rw-r--r-- | crates/shirabe/src/util/github.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/github.rs b/crates/shirabe/src/util/github.rs index 10a30159..26756ed0 100644 --- a/crates/shirabe/src/util/github.rs +++ b/crates/shirabe/src/util/github.rs @@ -88,7 +88,7 @@ impl GitHub { self.io.write_error3(msg, true, io_interface::NORMAL); } - let mut note = "Composer".to_string(); + let mut note = "Shirabe".to_string(); let expose_hostname = self .config .borrow_mut() |
