summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca68214ac..3e838540c 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ all: clean interface_definitions op_mode_definitions check test j2lint vyshim
.ONESHELL:
check:
@echo "Checking which CLI scripts are not enabled to work with vyos-configd..."
- @for file in `ls src/conf_mode`
+ @for file in `ls src/conf_mode -I__pycache__`
do
if ! grep -q $$file data/configd-include.json; then
echo "* $$file"