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:
2
valet
2
valet
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user