Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arianvp committed Apr 19, 2024
1 parent af73e0f commit fcc5dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-ami/src/upload_ami/upload_coldsnap.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def main() -> None:

print(
upload_coldsnap(
image_info=args.image_info,
image_info=image_info,
prefix=args.prefix,
)
)

0 comments on commit fcc5dd9

Please sign in to comment.