diff --git a/valet.php b/valet.php index 9119c46..5d645ee 100755 --- a/valet.php +++ b/valet.php @@ -36,10 +36,10 @@ /** * Add the current working directory to the paths configuration. */ -$app->command('serve', function ($output) { +$app->command('park', function ($output) { Valet\Configuration::addPath(getcwd()); - $output->writeln("This directory has been added to Valet's served paths."); + $output->writeln("This directory has been added to Valet's paths."); }); /**