Skip to content

Commit

Permalink
Revert "Remove unused flag (vmware-tanzu#1913)"
Browse files Browse the repository at this point in the history
This reverts commit a1545b7.

Signed-off-by: Adnan Abdulhussein <[email protected]>
  • Loading branch information
prydonius authored and Adnan Abdulhussein committed Oct 4, 2019
1 parent f009fe9 commit cc82bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-generated-crd-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

HACK_DIR=$(dirname "${BASH_SOURCE}")

${HACK_DIR}/update-generated-crd-code.sh
${HACK_DIR}/update-generated-crd-code.sh --verify-only

# ensure no changes to generated CRDs
if ! git diff --exit-code pkg/generated/crds/crds.go >/dev/null; then
Expand Down

0 comments on commit cc82bcb

Please sign in to comment.