aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2017-06-14 00:45:42 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2017-06-14 00:57:04 -0400
commit060b315f74f437fe36175c4ddb52379d29808d64 (patch)
treef3e0bd83433f3d918927771e60a9369fbcc320a2 /Makefile
parent2e190b1af96b0836684339bfb4353a17cf28f0b9 (diff)
downloadlastfm-api-060b315f74f437fe36175c4ddb52379d29808d64.tar.gz
Now Playing feature
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