Skip to content

Commit

Permalink
Fix typo in simple/login.py example
Browse files Browse the repository at this point in the history
  • Loading branch information
ccronca committed Jul 17, 2024
1 parent caf8db5 commit d8e94cd
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 d8e94cd

Please sign in to comment.