diff --git a/cli/includes/helpers.php b/cli/includes/helpers.php index 8ddb664..1342fc4 100644 --- a/cli/includes/helpers.php +++ b/cli/includes/helpers.php @@ -16,7 +16,7 @@ define('VALET_LEGACY_HOME_PATH', $_SERVER['HOME'].'/.valet'); -define('PHP_BINARY_PATH', (new CommandLine())->runAsUser('echo $(brew --prefix)/bin/php')); +define('PHP_BINARY_PATH', (new CommandLine())->runAsUser('printf $(brew --prefix)/bin/php')); /** * Output the given text to the console.