aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5d95879..a452c47 100644
--- a/Makefile
+++ b/Makefile
@@ -16,10 +16,10 @@ watch:
watchman-make -p '*.go' 'templates/*.tmpl' -t all
up:
- goose -dir migrations postgres "$(DB)" up
+ goose -dir migrations postgres $(DB) up
down:
- goose -dir migrations postgres "$(DB)" down
+ goose -dir migrations postgres $(DB) down
status:
goose -dir migrations postgres $(DB) status