Skip to content

Commit

Permalink
Merge pull request #1010 from ConnerAiken/bug-fix/typo-in-sudo-warning
Browse files Browse the repository at this point in the history
Fix typo in sudo warning
  • Loading branch information
c9s committed May 15, 2019
2 parents 0c5ad4e + 843e8cc commit d583ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PhpBrew/Command/InstallCommand.php
Expand Up @@ -173,8 +173,8 @@ public function execute($version)
{
if (extension_loaded('posix') && posix_getuid() === 0) {
$this->logger->warn(
"*WARNING* You're runing phpbrew as root/sudo. Unless you're going to install
system-wide phpbrew or this might cause problems.");
"*WARNING* You're running phpbrew as root/sudo. Unless you're going to install
system-wide phpbrew, this might cause problems.");
sleep(3);
}
$distUrl = null;
Expand Down

0 comments on commit d583ee4

Please sign in to comment.