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

fix share

This commit is contained in:
Sergio Bruder
2018-09-14 04:23:47 -03:00
parent 2c190c67f8
commit 0e74928d33

2
valet
View File

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