Skip to content

Commit

Permalink
fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
seangreathouse committed Sep 13, 2019
1 parent a96839f commit a2e650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route53-ddns.yml
Expand Up @@ -858,7 +858,7 @@ Resources:
# Tell Route 53 to set the DNS record.
# Then update the record in DynamoDB
else:
return_status = route53_set(
route53_set_response = route53_set(
'set_record',
aws_region,
route_53_zone_id,
Expand Down

0 comments on commit a2e650a

Please sign in to comment.