fix mail script

This commit is contained in:
Louis Abel 2023-02-09 02:43:43 -07:00
parent d2963cf780
commit e98f53991f
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ if [ -n "$CHANGELOG_CMD" ]; then
mutt -e "set from=\"$FROM\"" \
-e 'set envelope_from=yes' \
-s "Changelog for $NEWCOMPOSE_ID failed" \
releng@rockylinux.org < "$LOG_DIR/changelog.$SHORTCOMPOSE_ID.stderr"
releng@rockylinux.org < "$LOG_DIR/changelog-$NEWCOMPOSE_ID.brief"
else
echo "!! Changelog run failed !!"
fi