diff options
Diffstat (limited to 'crates/shirabe/src/command/install_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/install_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/install_command.rs b/crates/shirabe/src/command/install_command.rs index 632ccb1..a0710dc 100644 --- a/crates/shirabe/src/command/install_command.rs +++ b/crates/shirabe/src/command/install_command.rs @@ -140,7 +140,7 @@ impl InstallCommand { .unwrap_or(false); let apcu_prefix = input .get_option("apcu-autoloader-prefix") - .as_string_opt() + .as_string() .map(|s| s.to_string()); let apcu = apcu_prefix.is_some() || input |
