From 8b07d526eb5c238a67c927168b82fb3fa7921b08 Mon Sep 17 00:00:00 2001 From: MichaelOultram Date: Fri, 25 Sep 2015 17:43:22 +0100 Subject: [PATCH] Removed FI from Make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bf8c1e..af8cc7e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: mumbledj mumbledj: main.go commands.go parseconfig.go strings.go service.go youtube_dl.go service_youtube.go service_soundcloud.go songqueue.go cache.go - go get github.com/nitrous-io/goop; fi; + go get github.com/nitrous-io/goop rm -rf Goopfile.lock goop install goop go build