Skip to content

Commit

Permalink
remove trailing comma which caused a tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Mar 6, 2023
1 parent 7a0c6c1 commit 5c0dfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/container-registries/docker/py/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
accessToken = config.require_secret('dockerPassword')

# Populate the registry info (creds and endpoint).
image_name=f'docker.io/{username}/myapp',
image_name=f'docker.io/{username}/myapp'


def get_registry_info(token):
Expand Down

0 comments on commit 5c0dfdf

Please sign in to comment.