We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e4cdb commit f53c4e9Copy full SHA for f53c4e9
1 file changed
scripts/install_tools.sh
@@ -80,7 +80,7 @@ install_pack() {
80
install_packager () {
81
if [ ! -f .bin/packager ]; then
82
echo "installing packager in .bin directory"
83
- go build -o .bin/packager github.com/cloudfoundry/libcfbuildpack/packager
+ go get github.com/cloudfoundry/libcfbuildpack/packager && go build -o .bin/packager github.com/cloudfoundry/libcfbuildpack/packager
84
fi
85
}
86
0 commit comments