Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Oct 2, 2020
1 parent 3fddb6e commit b796c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
git submodule foreach git pull origin master --ff-only
bin/uaparser ua-parser:convert uap-core/regexes.yaml

if [[ `git status --porcelain` ]]; then
if [[ ! `git status --porcelain` ]]; then
echo "No resource update necessary"
else
./vendor/bin/phpunit
Expand Down

0 comments on commit b796c5e

Please sign in to comment.