Skip to content

Commit

Permalink
chore: down* targets don't need gomplate
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Nov 15, 2024
1 parent 378e3ae commit 0a4883f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ dev: install-gomplate
@dev/scripts/up.sh $*

.PHONY: %-down
%-down: install-gomplate
%-down:
@dev/scripts/down.sh $*

.PHONY: %-up-ec
%-up-ec: install-gomplate
@dev/scripts/up-ec.sh $*

.PHONY: %-down-ec
%-down-ec: install-gomplate
%-down-ec:
@dev/scripts/down-ec.sh $*

.PHONY: reset
Expand Down

0 comments on commit 0a4883f

Please sign in to comment.