Skip to content

Commit

Permalink
Local neon task: Typo in IF.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Jul 15, 2021
1 parent bd4a0ed commit 4750572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InteractiveComposer/Task/ConfigLocalNeonTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private function mySqlConnect(): array
echo "\n\n\n" . 'Information to resolve this issue:' . "\n\n";
echo 'For the best protection of the web server and database,' . "\n";
echo 'it is important to always set a passphrase that must not be an empty string.' . "\n";
echo 'I>f you are using a database without a password, set the password first and then install again.';
echo 'If you are using a database without a password, set the password first and then install again.';
} while (true);
echo "\n\n";

Expand Down

0 comments on commit 4750572

Please sign in to comment.