Explorar o código

Merge pull request #8 from grahn/patch-1

Update tpch-build.sh
Carter Shanklin %!s(int64=11) %!d(string=hai) anos
pai
achega
cd3e3ee3fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tpch-build.sh

+ 1 - 1
tpch-build.sh

@@ -33,6 +33,6 @@ if [ $? -ne 0 ]; then
 	export PATH=$PATH:$MAVEN_HOME/bin
 fi
 
-echo "Building TPC-DS Data Generator"
+echo "Building TPC-H Data Generator"
 (cd tpch-gen; make)
 echo "TPC-H Data Generator built, you can now use tpch-setup.sh to generate data."