Skip to content

Commit

Permalink
Add quotes around $PHP (#1473)
Browse files Browse the repository at this point in the history
Updates #1431 
Fixes #1472
  • Loading branch information
drbyte committed May 7, 2024
1 parent d91e62d commit 3361355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valet
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3361355

Please sign in to comment.