From 34f5b9a5a789729b9497203c2dc2e8ed9437bc95 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Wed, 11 Jan 2023 20:37:26 +0100 Subject: [PATCH] chore: fix typo --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c2fbeddc1b..10c785f28e 100644 --- a/test.sh +++ b/test.sh @@ -17,7 +17,7 @@ FLAGS="$FLAGS --results-root $RESULTS " FLAGS="$FLAGS --sim.parallelism 1 --client.checktimelimit=20s" echo "Running the quick'n'dirty version of the Hive tests, for local development" -echo "To the the hive viewer up, you can do" +echo "To get the hive viewer up, you can do" echo "" echo " cd $HIVEHOME/hiveviewer && ln -s /tmp/TestResults/ Results && python -m SimpleHTTPServer" echo ""