diff --git a/src/Commands/EnvPassportCommand.php b/src/Commands/EnvPassportCommand.php index 04facdaa..4c2d03cc 100644 --- a/src/Commands/EnvPassportCommand.php +++ b/src/Commands/EnvPassportCommand.php @@ -29,7 +29,7 @@ protected function configure() */ public function handle() { - if (! Helpers::confirm('Passport keys are too large to be stored directly as environment variables. You should only use this command if when using encrypted environments. Do you wish to continue?', false)) { + if (! Helpers::confirm('Passport keys are too large to be stored directly as environment variables. You should only use this command when using encrypted environments. Do you wish to continue?', false)) { return static::FAILURE; }