From 488e5f753d446600c92124f7a1a73beab1fcdfa4 Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Thu, 5 Mar 2026 11:06:08 -0500 Subject: [PATCH] fix circ dependency in Makefile-common --- resources/Makefile-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/Makefile-common b/resources/Makefile-common index 0e56443..79bcf80 100644 --- a/resources/Makefile-common +++ b/resources/Makefile-common @@ -20,8 +20,8 @@ operator-deploy operator-upgrade: ## Installs/updates the pattern on a cluster ( .PHONY: install install: pattern-install ## Installs the pattern onto a cluster (Loads secrets as well if configured) -.PHONY: -uninstall: uninstall ## (EXPERIMENTAL) See https://validatedpatterns.io/blog/2026-02-16-pattern-uninstall/. +.PHONY: uninstall +uninstall: ## (EXPERIMENTAL) See https://validatedpatterns.io/blog/2026-02-16-pattern-uninstall/. @$(ANSIBLE_RUN) rhvp.cluster_utils.uninstall .PHONY: pattern-install