Skip to content

Commit

Permalink
Merge branch 'develop' into 3242-local-alert-manager-new
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 authored Nov 12, 2024
2 parents a400aab + f8e618a commit 45b5a2e
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 45b5a2e

Please sign in to comment.