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

Merge pull request #747 from golubkovden/patch-2

Update valet
This commit is contained in:
Matt Stauffer
2019-04-03 16:11:41 -04:00
committed by GitHub

2
valet
View File

@@ -43,7 +43,7 @@ then
# Decide the correct PORT to use according if the site has a secure
# config or not.
if grep --quiet 443 ~/.config/valet/Nginx/$HOST*
if grep --quiet --no-messages 443 ~/.config/valet/Nginx/$HOST*
then
PORT=60
else