Skip to content

Commit 41a1b43

Browse files
authored
Fix: Switch the check for strauss.phar for better compatibility (#6688)
1 parent d5fbc8d commit 41a1b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "./vendor/bin/phpunit --colors --stop-on-failure",
3939
"unreleased": "./vendor/bin/since-unreleased.sh",
4040
"strauss": [
41-
"[[ -f ./bin/strauss.phar ]] || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
41+
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
4242
"vendor/stellarwp/validation/bin/set-domain domain=give",
4343
"@php bin/strauss.phar"
4444
],

0 commit comments

Comments
 (0)