diff --git a/build/build.sh b/build/build.sh index ae0a9060..1e01226d 100755 --- a/build/build.sh +++ b/build/build.sh @@ -40,6 +40,6 @@ ldflags=" -X ${repo_path}/version.GoVersion${ldseparator}${go_version}" echo " > cadvisor" -GOBIN=. godep go install -ldflags "${ldflags}" ${repo_path} +GOBIN=$PWD godep go install -ldflags "${ldflags}" ${repo_path} exit 0