Skip to content

Commit

Permalink
Merge pull request kubernetes#2316 from justinsb/add_fix_for_hack_upd…
Browse files Browse the repository at this point in the history
…ate_header

Add fix for hack/update-header.sh
  • Loading branch information
chrislovecnm authored Apr 7, 2017
2 parents 2054ef4 + 38d4d69 commit e28c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update-header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

. $(dirname "${BASH_SOURCE}")/common.sh

BAD_HEADERS=$(${KUBE_ROOT}/hack/verify-boilerplate.sh | awk '{ print $6}')
BAD_HEADERS=$((${KUBE_ROOT}/hack/verify-boilerplate.sh || true) | awk '{ print $6}')
FORMATS="sh go Makefile Dockerfile"
for i in ${FORMATS}
Expand Down

0 comments on commit e28c7be

Please sign in to comment.