src/hg/encode/encodeStatus/encodeStatus.pl 1.9

1.9 2009/08/29 00:28:43 galt
migrate to new mysqlbeta db server
Index: src/hg/encode/encodeStatus/encodeStatus.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeStatus/encodeStatus.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/encode/encodeStatus/encodeStatus.pl	23 Apr 2009 19:51:20 -0000	1.8
+++ src/hg/encode/encodeStatus/encodeStatus.pl	29 Aug 2009 00:28:43 -0000	1.9
@@ -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:
 
-hgsql --host=hgsqlbeta qapushq < $pushQFile
+hgsql --host=mysqlbeta qapushq < $pushQFile
 END
             } else {
                 die "Can't find pushQFile '$pushQFile'";
             }