We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f0888 commit 089dce1Copy full SHA for 089dce1
bin/v-run-cli-cmd
@@ -70,7 +70,7 @@ if [ "$basecmd" != 'ps' -a \
70
"$basecmd" != 'php8.0' -a \
71
"$basecmd" != 'php8.1' -a \
72
"$basecmd" != 'php8.2' -a \
73
- "$basecmd" != 'php8.3' -a \
+ "$basecmd" != 'php8.3' -a \
74
"$basecmd" != 'php' -a \
75
"$basecmd" != "wp" -a \
76
"$basecmd" != 'composer' ]; then
0 commit comments