aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/create_project_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/create_project_command.rs')
-rw-r--r--crates/shirabe/src/command/create_project_command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/create_project_command.rs b/crates/shirabe/src/command/create_project_command.rs
index 68024b69..545ed533 100644
--- a/crates/shirabe/src/command/create_project_command.rs
+++ b/crates/shirabe/src/command/create_project_command.rs
@@ -173,7 +173,7 @@ impl Command for CreateProjectCommand {
);
input
.borrow_mut()
- .set_argument("directory", io.ask(prompt, PhpMixed::Null));
+ .set_argument("directory", io.ask(prompt, PhpMixed::Null)?);
}
let repository_opt = input.borrow().get_option("repository")?;