Skip to content

Commit

Permalink
Fixed account context variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwater committed Jun 22, 2021
1 parent 3e34f46 commit 739ce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paco/application/ec2_launch_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def ec2lm_update_instances_hook(self, hook, bucket_resource):
ssm_ctl = self.paco_ctx.get_controller('SSM')
ssm_ctl.paco_ec2lm_update_instance(
resource=resource,
account_ctx=self.accout_ctx,
account_ctx=self.account_ctx,
region=self.aws_region,
cache_id=cache_id
)
Expand Down

0 comments on commit 739ce37

Please sign in to comment.