Skip to content

Commit a4c41e6

Browse files
authored
Merge pull request #127 from pohly/fix-boilerplate
verify-boilerplate.sh: fix path to script
2 parents 9289fd1 + dbd8967 commit a4c41e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: verify-boilerplate.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ TOOLS="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
3131
# Directory to check. Default is the parent of the tools themselves.
3232
ROOT="${1:-${TOOLS}/..}"
3333

34-
boilerDir="${ROOT}/boilerplate"
35-
boiler="${boilerDir}/boilerplate.py"
34+
boiler="${TOOLS}/boilerplate/boilerplate.py"
3635

3736
mapfile -t files_need_boilerplate < <("${boiler}" --rootdir="${ROOT}" --verbose)
3837

0 commit comments

Comments
 (0)