File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ elif [[ "$1" = "php" ]]
140140then
141141 if [[ $2 == * " --site=" * ]]; then
142142 SITE=${2#* =}
143- $( php " $DIR /cli/valet.php" which-php $SITE ) " ${@: 3} "
143+ $( " $PHP " " $DIR /cli/valet.php" which-php $SITE ) " ${@: 3} "
144144 else
145- $( php " $DIR /cli/valet.php" which-php) " ${@: 2} "
145+ $( " $PHP " " $DIR /cli/valet.php" which-php) " ${@: 2} "
146146 fi
147147
148148 exit
@@ -152,9 +152,9 @@ elif [[ "$1" = "composer" ]]
152152then
153153 if [[ $2 == * " --site=" * ]]; then
154154 SITE=${2#* =}
155- $( php " $DIR /cli/valet.php" which-php $SITE ) $( which composer) " ${@: 3} "
155+ $( " $PHP " " $DIR /cli/valet.php" which-php $SITE ) $( which composer) " ${@: 3} "
156156 else
157- $( php " $DIR /cli/valet.php" which-php) $( which composer) " ${@: 2} "
157+ $( " $PHP " " $DIR /cli/valet.php" which-php) $( which composer) " ${@: 2} "
158158 fi
159159
160160 exit
You can’t perform that action at this time.
0 commit comments