Skip to content

Commit

Permalink
Grammer fix in sudo warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnerAiken committed Apr 12, 2019
1 parent c9c37f6 commit 843e8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpBrew/Command/InstallCommand.php
Expand Up @@ -174,7 +174,7 @@ public function execute($version)
if (extension_loaded('posix') && posix_getuid() === 0) {
$this->logger->warn(
"*WARNING* You're running phpbrew as root/sudo. Unless you're going to install
system-wide phpbrew or this might cause problems.");
system-wide phpbrew, this might cause problems.");
sleep(3);
}
$distUrl = null;
Expand Down

0 comments on commit 843e8cc

Please sign in to comment.