src/hg/encode/encodeStatus/encodeStatus.pl 1.8

1.8 2009/04/23 19:51:20 larrym
fix typo
Index: src/hg/encode/encodeStatus/encodeStatus.pl
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/encodeStatus/encodeStatus.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/hg/encode/encodeStatus/encodeStatus.pl	23 Apr 2009 19:48:50 -0000	1.7
+++ src/hg/encode/encodeStatus/encodeStatus.pl	23 Apr 2009 19:51:20 -0000	1.8
@@ -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 < cat $pushQFile
+hgsql --host=hgsqlbeta qapushq < $pushQFile
 END
             } else {
                 die "Can't find pushQFile '$pushQFile'";
             }