소스 검색

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

Nick Mathewson 6 년 전
부모
커밋
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] \