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

Remove extra "

The extra " in line 86 breaks the installer.
This commit is contained in:
Udara Jay
2022-01-18 13:08:44 -05:00
committed by GitHub
parent 609dcc1fe1
commit 921c08967a

2
valet
View File

@@ -83,7 +83,7 @@ then
if [[ $arch == 'arm64' ]]; then
sudo -u "$USER" "$DIR/bin/ngrok-arm" http "$HOST.$TLD:$PORT" -host-header=rewrite $PARAMS
else
sudo -u "$USER" "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite $PARAMS"
sudo -u "$USER" "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite $PARAMS
fi
exit