Skip to content

Commit b21e414

Browse files
Update CNB tools
1 parent c767a5b commit b21e414

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ install_pack() {
8080
install_packager () {
8181
if [ ! -f .bin/packager ]; then
8282
echo "installing packager in .bin directory"
83-
go build -o .bin/packager github.com/cloudfoundry/libcfbuildpack/packager
83+
go get github.com/cloudfoundry/libcfbuildpack/packager && go build -o .bin/packager github.com/cloudfoundry/libcfbuildpack/packager
8484
fi
8585
}
8686

0 commit comments

Comments
 (0)