Skip to content

Commit

Permalink
Fix typo in make target
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <[email protected]>
  • Loading branch information
TheBigLee committed May 28, 2024
1 parent 70f566c commit 9e8bef0
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 @@ -17,7 +17,7 @@ include kind/kind.mk
appcat-apiserver: vshnpostgresql ## Install appcat-apiserver dependencies

.PHONY: vshnall
vhsnall: vshnpostgresql vshnredis
vshnall: vshnpostgresql vshnredis

.PHONY: vshnpostgresql
vshnpostgresql: certmanager-setup stackgres-setup prometheus-setup minio-setup metallb-setup ## Install vshn postgres dependencies
Expand Down

0 comments on commit 9e8bef0

Please sign in to comment.