Переглянути джерело

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

Nick Mathewson 7 роки тому
батько
коміт
107e50a90f
1 змінених файлів з 1 додано та 1 видалено
  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] \