diff --git a/cli/valet.php b/cli/valet.php index f8fc69c..ea1329d 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -518,7 +518,7 @@ return info("Valet is already using {$linkedVersion}."); } - info("Found '{$site}' specifying version: {$phpVersion}"); + info("Found '{$site}/.valetphprc' specifying version: {$phpVersion}"); } PhpFpm::useVersion($phpVersion, $force);