ci/cron/daily: fix typo (#18176)

This commit is contained in:
Gary Verhaegen 2024-01-15 18:02:22 +01:00 committed by GitHub
parent c75d20a0de
commit 2e28102699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,5 +381,5 @@ jobs:
'
tell_slack "$(echo -e "$MSG\n$REPORT")" "$(Slack.ci-failures-daml)"
else
tell_slack "Daily tests failed (($Build.SourceBranchName)): $COMMIT_LINK." "$(Slack.ci-failures-daml)"
tell_slack "Daily tests failed ($(Build.SourceBranchName)): $COMMIT_LINK." "$(Slack.ci-failures-daml)"
fi