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/lrg/lrgWrapper.sh src/hg/utils/otto/lrg/lrgWrapper.sh
index 8a8aafe..9c4a1e0 100755
--- src/hg/utils/otto/lrg/lrgWrapper.sh
+++ src/hg/utils/otto/lrg/lrgWrapper.sh
@@ -1,8 +1,8 @@
 #!/bin/sh -e
 
 PATH=/cluster/bin/x86_64:/cluster/bin/scripts:$PATH
-EMAIL="lrnassar@ucsc.edu,chmalee@ucsc.edu"
+EMAIL="otto-group@ucsc.edu,chmalee@ucsc.edu"
 WORKDIR="/hive/data/outside/otto/lrg"
 
 cd $WORKDIR
 ./checkLrg.sh $WORKDIR 2>&1 |  mail -s "LRG Build" $EMAIL