From 060b315f74f437fe36175c4ddb52379d29808d64 Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Wed, 14 Jun 2017 00:45:42 -0400 Subject: Now Playing feature --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2