Skip to content

Commit

Permalink
Merge pull request #127 from pohly/fix-boilerplate
Browse files Browse the repository at this point in the history
verify-boilerplate.sh: fix path to script
  • Loading branch information
k8s-ci-robot committed Jan 19, 2021
2 parents 9289fd1 + dbd8967 commit a4c41e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions verify-boilerplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ TOOLS="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
# Directory to check. Default is the parent of the tools themselves.
ROOT="${1:-${TOOLS}/..}"

boilerDir="${ROOT}/boilerplate"
boiler="${boilerDir}/boilerplate.py"
boiler="${TOOLS}/boilerplate/boilerplate.py"

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

Expand Down

0 comments on commit a4c41e6

Please sign in to comment.