Skip to content

Commit

Permalink
Stupid var name mix up
Browse files Browse the repository at this point in the history
  • Loading branch information
M1ke committed Feb 11, 2019
1 parent d5eb4a5 commit faace58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pull-deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def run(instance_id, cfg):
return 2


def send_sns_log(short, arn):
def send_sns_log(message, arn):
client = boto3.client('sns')
client.publish(TopicArn=arn, Message=EMAIL_LOG, Subject=message)

Expand Down

0 comments on commit faace58

Please sign in to comment.