Skip to content

Commit d7fcd83

Browse files
committed
fix: remove at from Makefile
Signed-off-by: Mateusz Urbanek <[email protected]>
1 parent c0af796 commit d7fcd83

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
@@ -136,11 +136,11 @@ clobber: ## Clean build environment and cached tools
136136

137137
.PHONY: cluster
138138
cluster: kind ctlptl ## Create Kind cluster and local registry
139-
@PATH=$(TOOLBIN):$(PATH) $(CTLPTL) apply -f ctlptl.yaml
139+
PATH=$(TOOLBIN):$(PATH) $(CTLPTL) apply -f ctlptl.yaml
140140

141141
.PHONY: cluster-reset
142142
cluster-reset: kind ctlptl ## Delete Kind cluster
143-
@PATH=$(TOOLBIN):$(PATH) $(CTLPTL) delete -f ctlptl.yaml
143+
PATH=$(TOOLBIN):$(PATH) $(CTLPTL) delete -f ctlptl.yaml
144144

145145
.PHONY: deploy
146146
deploy: kustomize ## Deploy controller to the K8s cluster specified in ~/.kube/config

0 commit comments

Comments
 (0)