Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
update generated bindata path
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Rogers committed Sep 24, 2018
1 parent 7064eb1 commit 26691f1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions hack/update-generated-bindata.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ pushd "${OS_ROOT}" > /dev/null
"$(os::util::find::gopath_binary go-bindata)" \
-nocompress \
-nometadata \
-prefix "manifests" \
-prefix "bindata" \
-pkg "v310_00_assets" \
-o "${OUTPUT_PARENT}/pkg/operator/v310_00_assets/bindata.go" \
-ignore "OWNERS" \
manifests/v3.10.0/...
bindata/v3.10.0/...

popd > /dev/null

Expand Down
36 changes: 18 additions & 18 deletions pkg/operator/v310_00_assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26691f1

Please sign in to comment.