summaryrefslogtreecommitdiff
path: root/tools/run-pylint
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run-pylint')
-rwxr-xr-xtools/run-pylint2
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