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

Add quotes around $PHP (#1473)

Updates #1431 
Fixes #1472
This commit is contained in:
Chris Brown
2024-05-07 09:21:40 -04:00
committed by GitHub
parent d91e62dd20
commit 336135515e

2
valet
View File

@@ -45,7 +45,7 @@ fi
# process to retrieve the live Ngrok tunnel URL in the background.
if [[ "$1" = "share" ]]
then
SHARETOOL="$($PHP "$DIR/cli/valet.php" share-tool)"
SHARETOOL="$("$PHP" "$DIR/cli/valet.php" share-tool)"
if [[ $SHARETOOL = "ngrok" ]]
then