Skip to content

Commit a8ba8e4

Browse files
matej5Matej Stajduhar
andauthored
Fixing-email-title-for-backup-validation (#2657)
Co-authored-by: Matej Stajduhar <[email protected]>
1 parent 5071736 commit a8ba8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/aws/aws_backup_validation/templates/validation_report.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ failed_job = backup_cli.list_restore_jobs(
126126
},
127127
'Subject': {
128128
'Charset': 'UTF-8',
129-
'Data': 'Restore testing - {{ _aws_profile }}: ' + mail_title,
129+
'Data': 'Restore testing - {{ _infra_name }}: ' + mail_title,
130130
},
131131
},
132132
Source='Lambda Backup Validation <lambda@codeenigma.uk>',

0 commit comments

Comments
 (0)