Skip to content

Commit

Permalink
Correct jf version check
Browse files Browse the repository at this point in the history
  • Loading branch information
kardamk authored Oct 25, 2024
1 parent 2ed9bf4 commit 9c18324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifactory-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
curl -fL https://getcli.jfrog.io | sh
sudo mv jfrog /usr/local/bin/jf
sudo chmod +x /usr/local/bin/jf
jf version
jf -v
- name: Configure JFrog CLI
run: |
Expand Down

0 comments on commit 9c18324

Please sign in to comment.