Skip to content

Commit

Permalink
fix(makefile): fix ignore-not-found is not defined (#640)
Browse files Browse the repository at this point in the history
Signed-off-by: Thuan Vo <[email protected]>
  • Loading branch information
tthvo authored Oct 3, 2023
1 parent bbe5d48 commit 1d9fae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ run: manifests generate fmt vet
go run ./internal/main.go

ifndef ignore-not-found
ignore-not-found = false
ignore-not-found = false
endif

# Install CRDs into a cluster
Expand Down

0 comments on commit 1d9fae3

Please sign in to comment.