diff --git a/build_tools/lint.fish b/build_tools/lint.fish index 4a892aacb..edea67e7f 100755 --- a/build_tools/lint.fish +++ b/build_tools/lint.fish @@ -71,7 +71,7 @@ end # We now have a list of files to check so run the linters. if set -q c_files[1] - if type -q iwyu + if type -q include-what-you-use echo echo ======================================== echo Running IWYU