emergency brew fix

This commit is contained in:
Liam Galvin 2018-12-06 13:07:46 +00:00
parent 5b79cdbca0
commit 1b264f3c9c
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)