From c7745beb28ad12fe0d5b64fa3e3d91e83a18484d Mon Sep 17 00:00:00 2001 From: Tim Shannon Date: Thu, 5 May 2016 10:51:57 -0500 Subject: [PATCH] removed verbose from build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2055dd3..658c0f8 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ #!/bin/bash -go-bindata web/... && go build -a -v -o ironsmith +go-bindata web/... && go build -a -o ironsmith