Fix typo in test script (#5635)
authorWuwei Lin <wuwei@apache.org>
Wed, 20 May 2020 22:12:37 +0000 (18:12 -0400)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 22:12:37 +0000 (15:12 -0700)
tests/scripts/task_sphinx_precheck.sh

index e6de960..0328b9e 100755 (executable)
@@ -48,7 +48,7 @@ cat /tmp/$$.logclean.txt
 echo "-----------------------------"
 if grep --quiet -E "WARN" < /tmp/$$.logclean.txt; then
     echo "WARNINIG found in the log, please fix them."
-    echo "You can reproduce locally by running ./tests/script/task_sphinx_precheck.sh"
+    echo "You can reproduce locally by running ./tests/scripts/task_sphinx_precheck.sh"
     exit 1
 fi
 echo "No WARNINGS to be fixed."