src/hg/encode/encodeStatus/encodeStatus.pl 1.6

1.6 2009/04/10 17:57:02 larrym
modify qapushq host yet again
Index: src/hg/encode/encodeStatus/encodeStatus.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeStatus/encodeStatus.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/encode/encodeStatus/encodeStatus.pl	20 Mar 2009 23:24:56 -0000	1.5
+++ src/hg/encode/encodeStatus/encodeStatus.pl	10 Apr 2009 17:57:02 -0000	1.6
@@ -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 hgobeta hgsql -N qapushq
+cat $pushQFile | ssh -x hgsqlbeta hgsql -N qapushq
 END
             } else {
                 die "Can't find pushQFile '$pushQFile'";
             }