Commit dc17a036 authored by Steije van Schelt's avatar Steije van Schelt
Browse files

Fix check?

parent bf0f29dd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ check_json_format:
          INVALID_JSON_FILES=true
        fi
      done
      if [ "$INVALID_JSON_FILES" = true ]; then
      if [ "$INVALID_JSON_FILES" == "true" ]; then
        echo "Some JSON files are not formatted. Please run jq to fix them."
        exit 1
      fi