Skip to content

Commit

Permalink
feat: fix sudo message 🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
thiiagoms committed May 21, 2023
1 parent 4ce52dc commit 38c565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phost
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (php_sapi_name() != 'cli') {
}

if (posix_getuid() != 0) {
die("Pleas run phost with sudo!\n");
die("Please run phost with sudo!\n");
}

require_once __DIR__ . '/bootstrap.php';
Expand Down

0 comments on commit 38c565c

Please sign in to comment.