Skip to content

Commit

Permalink
Hotfix for TRAVIS error introduced by kubernetes-sigs#1016
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Orive <[email protected]>
  • Loading branch information
Adirio committed Jan 8, 2020
1 parent 163a820 commit 6fa8b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scaffold/v2/makefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ vet:
# Generate code
generate: controller-gen
$(CONTROLLER_GEN) object:headerFile={{printf "%q" .BoilerplatePath}} paths="./..."
$(CONTROLLER_GEN) object:headerFile=.{{ .BoilerplatePath }} paths="./..."
# Build the docker image
docker-build: test
Expand Down

0 comments on commit 6fa8b98

Please sign in to comment.