We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7586fc commit 86a8c9aCopy full SHA for 86a8c9a
1 file changed
scripts/.util/tools.sh
@@ -130,6 +130,6 @@ function util::tools::packager::install () {
130
131
if [[ ! -f "${dir}/packager" ]]; then
132
util::print::title "Installing packager"
133
- GOBIN="${dir}" go install github.com/cloudfoundry/libcfbuildpack/packager
+ GOBIN="${dir}" go get github.com/cloudfoundry/libcfbuildpack/packager
134
fi
135
}
0 commit comments