Skip to content

Commit 56b72bf

Browse files
committed
Update
1 parent a3a23b6 commit 56b72bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lambda/CodeCommit-Change-Notification/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_message_text(differences, last_commit):
9797
def publish(repository, message):
9898
sns.publish(
9999
TopicArn=SNS_TOPIC_ARN,
100-
Subject='CodeCommit Update - Repository: {0}'.format(repository),
100+
Subject=f'CodeCommit Update - Repository: {repository}',
101101
Message=message
102102
)
103103

0 commit comments

Comments
 (0)