Skip to content

Commit

Permalink
Merge pull request #896 from biorack/change_email
Browse files Browse the repository at this point in the history
chore: update email to bkieft
  • Loading branch information
tharwood3 authored Aug 27, 2024
2 parents 1c4215d + 2e1b859 commit edc5a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/email_conversion_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ addresses="$(cat "/global/cfs/cdirs/metatlas/raw_data/email_${1}_reports")"

# shellcheck disable=SC2086
"${SCRIPT_DIR}/conversion_report.sh" "$1" "$2" | \
mailx -s "${1} file conversion report" -R "wjholtz@lbl.gov" ${addresses}
mailx -s "${1} file conversion report" -R "bkieft@lbl.gov" ${addresses}

printf "INFO: report generation and emailing complete\n" | ts

0 comments on commit edc5a1b

Please sign in to comment.