aboutsummaryrefslogtreecommitdiff
path: root/bin/run-example2.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-example2.cmd')
-rw-r--r--bin/run-example2.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-example2.cmd b/bin/run-example2.cmd
index b29bf90c64..b49d0dcb4f 100644
--- a/bin/run-example2.cmd
+++ b/bin/run-example2.cmd
@@ -52,7 +52,7 @@ if exist "%FWDIR%RELEASE" (
)
if "x%SPARK_EXAMPLES_JAR%"=="x" (
echo Failed to find Spark examples assembly JAR.
- echo You need to build Spark with sbt\sbt assembly before running this program.
+ echo You need to build Spark before running this program.
goto exit
)