diff --git a/tools/run_bashate.sh b/tools/run_bashate.sh index 702cc5a..708974c 100755 --- a/tools/run_bashate.sh +++ b/tools/run_bashate.sh @@ -4,5 +4,5 @@ find ./ -not -wholename \*.tox/\* -and \ \( -name \*.sh -or -wholename \*.d/\* -and \ -not -name \*.md -and -not -name \*.rst -and \ -not -name \*.py -and -not -name \*.conf \) \ - -not -name \*.yaml \ + -not -name \*.service -not -name \*.yaml \ -print0 | xargs -0 bashate -v -i E006