1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10: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
# config or not.
if grep 443 "~/.config/valet/Nginx/$HOST*"
if grep 443 ~/.config/valet/Nginx/$HOST*
then
PORT=88
else