1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Merge pull request #1015 from sebastianpopp/patch-1

Update URL for upgrade instructions
This commit is contained in:
Matt Stauffer
2020-12-15 08:36:55 -05:00
committed by GitHub

View File

@@ -436,7 +436,7 @@
output('Yes');
} else {
output(sprintf('Your version of Valet (%s) is not the latest version available.', $version));
output('Upgrade instructions can be found in the docs: https://laravel.com/docs/valet#upgrading');
output('Upgrade instructions can be found in the docs: https://laravel.com/docs/valet#upgrading-valet');
}
})->descriptions('Determine if this is the latest version of Valet');