Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mischa Braam committed Nov 4, 2018
1 parent 2864f25 commit 20546ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
*/
$app->command('fix [--reinstall]', function ($reinstall) {
if (file_exists($_SERVER['HOME'] . '/.my.cnf')) {
warning('You have an .my.cnf file in you home directory. This can affect the mysql installation negatively.');
warning('You have an .my.cnf file in your home directory. This can affect the mysql installation negatively.');
}

PhpFpm::fix($reinstall);
Expand Down

0 comments on commit 20546ac

Please sign in to comment.