removed verbose from build script

This commit is contained in:
Tim Shannon 2016-05-05 10:51:57 -05:00
parent 479175baa0
commit 3bbb8d7c20
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
go-bindata web/... && go build -a -v -o ironsmith
go-bindata web/... && go build -a -o ironsmith