Skip to content

Commit

Permalink
missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirrk committed Mar 12, 2024
1 parent b7be97c commit b78f3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def packer_build(packerfile):
if found:
amiid = found[-1]
print("Found amiId=" + amiid)
else
else:
print("Did not find amiId")

def packer_build_update(packerfile):
Expand Down

0 comments on commit b78f3ac

Please sign in to comment.