src/hg/encode/encodeStatus/encodeStatus.pl 1.5
1.5 2009/03/20 23:24:56 larrym
hgwbeta => hgobeta
Index: src/hg/encode/encodeStatus/encodeStatus.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeStatus/encodeStatus.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/encode/encodeStatus/encodeStatus.pl 15 Nov 2008 01:14:01 -0000 1.4
+++ src/hg/encode/encodeStatus/encodeStatus.pl 20 Mar 2009 23:24:56 -0000 1.5
@@ -77,9 +77,9 @@
# We probably s/d change the code to just run this once we enter production phase (if $instance eq 'prod')
print <<END;
You must execute this command to add the pushQ entry:
-cat $pushQFile | ssh -x hgwbeta hgsql -N qapushq
+cat $pushQFile | ssh -x hgobeta hgsql -N qapushq
END
} else {
die "Can't find pushQFile '$pushQFile'";
}