summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f5646b7..88c90b9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CWD=$(shell pwd)
-PY_FILES=$(shell find cloudinit bin tests tools -type f -name "*.py")
+PY_FILES=$(shell find cloudinit bin tests tools -name "*.py" -type f )
PY_FILES+="bin/cloud-init"
all: test