Skip to content

Commit c075608

Browse files
committed
Add @ sign
1 parent e05f164 commit c075608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ install-tools: $(ENVSUBST) $(KUSTOMIZE) $(KUBECTL) $(HELM) $(GINKGO) $(KIND) $(A
317317
.PHONY: create-management-cluster
318318
create-management-cluster: $(KUSTOMIZE) $(ENVSUBST) $(KUBECTL) $(KIND) ## Create a management cluster.
319319
# Create management cluster.
320-
if "${USE_AKS_MANAGEMENT_CLUSTER}" ; then \
320+
@if "${USE_AKS_MANAGEMENT_CLUSTER}" ; then \
321321
$(MAKE) aks-create ; \
322322
else \
323323
$(MAKE) kind-create ; \
@@ -760,7 +760,7 @@ aks-create: $(KUBECTL) ## Create aks cluster as mgmt cluster.
760760
.PHONY: tilt-up
761761
tilt-up: install-tools ## Start tilt and build kind cluster if needed.
762762
# Create management cluster.
763-
if "${USE_AKS_MANAGEMENT_CLUSTER}" ; then \
763+
@if "${USE_AKS_MANAGEMENT_CLUSTER}" ; then \
764764
$(MAKE) aks-create ; \
765765
else \
766766
$(MAKE) kind-create ; \

0 commit comments

Comments
 (0)