Skip to content

Commit

Permalink
fix verify-generated-deep-copies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Oct 9, 2015
1 parent 53eab7e commit cd98de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ It takes around 10s to complete.
<!-- BEGIN MUNGE: EXAMPLE job.yaml -->

```yaml
apiVersion: experimental/v1alpha1
apiVersion: extensions/v1beta1
kind: Job
metadata:
name: pi
Expand Down
2 changes: 1 addition & 1 deletion hack/after-build/verify-generated-deep-copies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kube::golang::setup_env

gendeepcopy=$(kube::util::find-binary "gendeepcopy")

APIROOTS=${APIROOTS:-pkg/api pkg/apis/experimental}
APIROOTS=${APIROOTS:-pkg/api pkg/apis/extensions}
_tmp="${KUBE_ROOT}/_tmp"

cleanup() {
Expand Down

0 comments on commit cd98de5

Please sign in to comment.