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

#691 Surround with quotes all paths which might contain blank spaces.

This commit is contained in:
Sahib J. Leo
2018-12-26 15:10:51 -06:00
committed by Matt Stauffer
parent d75810239a
commit 001058414b
7 changed files with 29 additions and 29 deletions

2
valet
View File

@@ -52,7 +52,7 @@ then
# Fetch Ngrok URL In Background...
bash "$DIR/cli/scripts/fetch-share-url.sh" &
sudo -u $(logname) "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite ${*:2}
sudo -u "$(logname)" "$DIR/bin/ngrok" http "$HOST.$TLD:$PORT" -host-header=rewrite ${*:2}
exit
# Finally, for every other command we will just proxy into the PHP tool