Updating README and CHANGELOG for 0.1.9

This commit is contained in:
Cameron Sparr
2015-09-22 13:43:37 -07:00
parent 81dd281789
commit 1bce6e3faf
3 changed files with 7 additions and 7 deletions

View File

@@ -128,7 +128,7 @@ do_build() {
rm -f $GOPATH_INSTALL/bin/$b
done
godep go install -a -ldflags="-X main.Version $version" ./...
godep go install -ldflags="-X main.Version $version" ./...
if [ $? -ne 0 ]; then
echo "Build failed, unable to create package -- aborting"
cleanup_exit 1