Updating README and CHANGELOG for 0.1.9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user