Skip to content

Commit

Permalink
Update artifactory_cleanup/cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
allburov authored Sep 27, 2024
1 parent 6247530 commit eda1075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory_cleanup/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def main(self):

server, user, password, apikey = loader.get_connection()
session = BaseUrlSession(server)
if apikey != "":
if apikey:
print("Using API Key")
headers = {
"X-JFrog-Art-Api": apikey
Expand Down

0 comments on commit eda1075

Please sign in to comment.