From bf0bcec2b64e1a7812e2f14b827dfb04f25b8a60 Mon Sep 17 00:00:00 2001 From: Andrew <84722778+andrew-jameson@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:07:24 -0500 Subject: [PATCH] Update cf-check.sh --- scripts/cf-check.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/cf-check.sh b/scripts/cf-check.sh index b76024aa3..5a2c84be7 100755 --- a/scripts/cf-check.sh +++ b/scripts/cf-check.sh @@ -10,8 +10,7 @@ else NEXUS_URL="https://tdp-nexus.dev.raftlabs.tech/repository/tdp-bin/cloudfoundry-cli/$NEXUS_ARCHIVE" curl $NEXUS_URL -o $NEXUS_ARCHIVE # prefers anonymous, use of -u failed. tar xzf $NEXUS_ARCHIVE - mv ./cf /usr/local/bin/ - chmod +x /usr/local/bin/cf + mv ./cf7 /usr/local/bin/cf cf --version fi