Browse Source

lintChanges.py didn't take a directory argument in 0.2.9

Nick Mathewson 5 years ago
parent
commit
107e50a90f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/maint/pre-commit.git-hook

+ 1 - 1
scripts/maint/pre-commit.git-hook

@@ -10,7 +10,7 @@ workdir=$(git rev-parse --show-toplevel)
 
 cd "$workdir" || exit 1
 
-python scripts/maint/lintChanges.py ./changes
+python scripts/maint/lintChanges.py ./changes/*
 
 perl scripts/maint/checkSpace.pl -C \
 src/lib/*/*.[ch] \