Skip to content

Commit

Permalink
Update cli-reachability-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amaybaum authored Feb 21, 2024
1 parent 917e392 commit 418e514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-reachability-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
MEND_URL: https://saas.whitesourcesoftware.com
run: |
echo === Downloading Mend CLI ==
curl https://mend-unified-cli.s3.amazonaws.com/staging/wrapper/latest/darwin_amd64/mend -o /usr/local/bin/mend && chmod +x /usr/local/bin/mend
curl https://downloads.mend.io/cli/darwin_amd64/mend -o /usr/local/bin/mend && chmod +x /usr/local/bin/mend
# curl https://mend-unified-cli.s3.amazonaws.com/staging/wrapper/latest/darwin_amd64/mend -o /usr/local/bin/mend && chmod +x /usr/local/bin/mend
echo === Mend CLI version: ===
mend version
Expand Down

0 comments on commit 418e514

Please sign in to comment.