diff --git a/tools/travis/check_grep.sh b/tools/travis/check_grep.sh index 231521ef168..744d7353ff9 100755 --- a/tools/travis/check_grep.sh +++ b/tools/travis/check_grep.sh @@ -66,7 +66,7 @@ do echo "found invalid file reference to $filename in _maps/$json" st=1 fi - done < <(jq -r '.map_file' $json) + done < <(jq -r '[.map_file] | flatten | .[]' $json) done exit $st