Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Nov 24, 2022
1 parent 973d158 commit db61b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/EnvPassportCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit db61b44

Please sign in to comment.