Skip to content

Commit

Permalink
Fix makefile generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Andriiklymiuk committed Oct 6, 2022
1 parent d74bce3 commit d0b1b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/postgresTemplate.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ seed:
help:
make -qpRr | egrep -e '^[a-z].*:$$' | sed -e 's~:~~g' | sort
.PHONY: up down stop id seed {{if .SeedFromDb.Host}}getDump{{end}}remove help
.PHONY: up down stop id seed {{if .SeedFromDb.Host}}getDump {{end}}remove help
`

0 comments on commit d0b1b0c

Please sign in to comment.