diff --git a/pull-deploy.py b/pull-deploy.py index 9b764e9..c6c3aed 100644 --- a/pull-deploy.py +++ b/pull-deploy.py @@ -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)