aboutsummaryrefslogtreecommitdiff
path: root/bin/spark-daemon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/spark-daemon.sh')
-rwxr-xr-xbin/spark-daemon.sh2
1 files changed, 1 insertions, 1 deletions
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