Skip to content

Commit

Permalink
fix: Error in deploy Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Dec 11, 2023
1 parent 3924aad commit 41664b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ endif
endif
# Add the tls serving on k8s, if specified
ifeq ($(CLUSTER_TYPE), k8s)
@$(MAKE) -s generate-serving
@$(MAKE) -s generate-serving
endif
#
# Build the resources
Expand Down

0 comments on commit 41664b2

Please sign in to comment.