Skip to content

Commit

Permalink
Merge branch 'develop' into 2435-hhs-env-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson authored Nov 7, 2024
2 parents d823eff + f8e618a commit 46e504c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cf-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46e504c

Please sign in to comment.