Skip to content

Commit

Permalink
AMI defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Nov 18, 2023
1 parent df847ef commit 801b623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ class AWS:

def ami_cmd(self, args):
aws = Spec.from_args(args, "aws")
ami_spec = aws["ami"]
ami_spec = aws.get("ami", {})

salt = fresh_salt()
timestamp = datetime.datetime.utcnow().strftime("%Y%M%dT%H%M%SZ")
Expand Down

0 comments on commit 801b623

Please sign in to comment.