Skip to content

Commit

Permalink
Fix: Switch the check for strauss.phar for better compatibility (#6688)
Browse files Browse the repository at this point in the history
  • Loading branch information
borkweb committed Feb 6, 2023
1 parent d5fbc8d commit 41a1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "./vendor/bin/phpunit --colors --stop-on-failure",
"unreleased": "./vendor/bin/since-unreleased.sh",
"strauss": [
"[[ -f ./bin/strauss.phar ]] || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.13.0/strauss.phar",
"vendor/stellarwp/validation/bin/set-domain domain=give",
"@php bin/strauss.phar"
],
Expand Down

0 comments on commit 41a1b43

Please sign in to comment.