Skip to content

Commit

Permalink
Merge pull request #149 from ccronca/fix-example
Browse files Browse the repository at this point in the history
Fix typo in simple/login.py example
  • Loading branch information
vsoch authored Sep 23, 2024
2 parents 19daf01 + 1fa6cb7 commit eadddc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def main(args):
5. We first try using the docker-py login.
6. If it fails we fall back to custom setting of credentials.
"""
client = oras.client.OrasClient(insecre=args.insecure)
client = oras.client.OrasClient(insecure=args.insecure)
print(client.version())

# Other ways to handle login:
Expand Down

0 comments on commit eadddc6

Please sign in to comment.