diff options
Diffstat (limited to 'tools/run-pylint')
-rwxr-xr-x | tools/run-pylint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-pylint b/tools/run-pylint index b74efda9..0b7c16d4 100755 --- a/tools/run-pylint +++ b/tools/run-pylint @@ -1,7 +1,7 @@ #!/bin/bash if [ $# -eq 0 ]; then - files=( $(find * -name "*.py" -type f) ) + files=( bin/cloud-init $(find * -name "*.py" -type f) ) else files=( "$@" ); fi |