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 41d0dd3d..34d44b7b 100644
--- a/crates/shirabe/src/util/forgejo.rs
+++ b/crates/shirabe/src/util/forgejo.rs
@@ -80,7 +80,7 @@ impl Forgejo {
let username = self
.io
- .ask("Username: ".to_string(), shirabe_php_shim::PhpMixed::Null)
+ .ask("Username: ".to_string(), shirabe_php_shim::PhpMixed::Null)?
.as_string()
.map(|s| s.trim().to_string())
.unwrap_or_default();