Skip to content

Commit

Permalink
fix email
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jan 17, 2024
1 parent 36c1c1b commit 8143675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ post_summary_report() {
if [[ "$JENKINS_HOME" == "" ]] && [[ $EMAIL > 0 ]]
then
DIST=`get_ssm_value_by_name 'batch/email'`
cat $LOGSUM | mail -r uc3@cdlib.org -a $LOGSCAN -a $LOGSCANIGNORE -a $LOGSCANFIXED -s "$SUBJ" ${DIST//,/}
cat $LOGSUM | mail -r merritt@cdlib.org -S replyto="[email protected]" -a $LOGSCAN -a $LOGSCANIGNORE -a $LOGSCANFIXED -s "$SUBJ" ${DIST//,/}
else
cat $LOGSUM
fi
Expand Down

0 comments on commit 8143675

Please sign in to comment.