We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9289fd1 + dbd8967 commit a4c41e6Copy full SHA for a4c41e6
verify-boilerplate.sh
@@ -31,8 +31,7 @@ TOOLS="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
31
# Directory to check. Default is the parent of the tools themselves.
32
ROOT="${1:-${TOOLS}/..}"
33
34
-boilerDir="${ROOT}/boilerplate"
35
-boiler="${boilerDir}/boilerplate.py"
+boiler="${TOOLS}/boilerplate/boilerplate.py"
36
37
mapfile -t files_need_boilerplate < <("${boiler}" --rootdir="${ROOT}" --verbose)
38
0 commit comments