f41fc338ea8d2f30b241f4af099527bcac02b1c8
lrnassar
  Wed Mar 8 16:54:00 2023 -0800
Ongoing work to standardize otto, removing individual ottomeister in favor of a central email repo people can subscribe to, refs #28331

diff --git src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh
index e6bbd09..a4302d7 100755
--- src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh
+++ src/hg/utils/otto/geneReviews/geneReviewsWrapper.sh
@@ -1,8 +1,8 @@
 #!/bin/sh -e
 
 PATH=/cluster/bin/x86_64:$PATH
-EMAIL="lrnassar@ucsc.edu"
+EMAIL="otto-group@ucsc.edu"
 WORKDIR="/hive/data/outside/otto/geneReviews"
 
 cd $WORKDIR
 ./checkGeneReviews.sh $WORKDIR 2>&1 | mail -s "GENEREVIEW Build" $EMAIL