From 1b264f3c9c10ccdbbd4c5eb188e1f58cfe2f1147 Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Thu, 6 Dec 2018 13:07:46 +0000 Subject: [PATCH] emergency brew fix --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 823b974..a51acbe 100755 --- a/build.sh +++ b/build.sh @@ -23,6 +23,6 @@ cp -r . ${SRCDIR} ( echo ${GOPATH} cd ${SRCDIR} - go install -ldflags "-X github.com/liamg/aminal/version.Version=$version" + go build -ldflags "-X github.com/liamg/aminal/version.Version=$version" )