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 20, 2024
1 parent 6e9ba6b commit 94d9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-reachability-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
MEND_URL: https://saas.whitesourcesoftware.com
run: |
echo === Downloading Mend CLI ==
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/integration/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 94d9bc7

Please sign in to comment.