From ff4fb1f7ee3236f4a6d7fe5b677c11ba593c50c0 Mon Sep 17 00:00:00 2001 From: KarthikTunga Date: Wed, 16 Oct 2013 22:55:15 -0700 Subject: SPARK-627 , Implementing --config arguments in the scripts --- bin/spark-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/spark-daemon.sh') diff --git a/bin/spark-daemon.sh b/bin/spark-daemon.sh index 262ef173be..a0c0d44b58 100755 --- a/bin/spark-daemon.sh +++ b/bin/spark-daemon.sh @@ -45,7 +45,7 @@ bin=`cd "$bin"; pwd` # get arguments # Check if --config is passed as an argument. It is an optional parameter. -# Exit if the argument is a directory. +# Exit if the argument is not a directory. if [ "$1" == "--config" ] then -- cgit v1.2.3