diff --git a/ci/validate-comps b/ci/validate-comps index 7377ae31..e3ce5f77 100755 --- a/ci/validate-comps +++ b/ci/validate-comps @@ -15,7 +15,7 @@ main() { } # Fail if any changes were made to the repo - if [[ -n "(git status --short)" ]]; then + if [[ -n $(git status --short) ]]; then echo "git status failed!" ((failure+=1)) fi