You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:29:31 UTC

svn commit: r1132051 - /incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/start-mesos

Author: benh
Date: Sun Jun  5 08:29:31 2011
New Revision: 1132051

URL: http://svn.apache.org/viewvc?rev=1132051&view=rev
Log:
Minor print statement typo.

Modified:
    incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/start-mesos

Modified: incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/start-mesos
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/start-mesos?rev=1132051&r1=1132050&r2=1132051&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/start-mesos (original)
+++ incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/start-mesos Sun Jun  5 08:29:31 2011
@@ -30,7 +30,7 @@ fi
 echo "Running with master parameter: "$master_arg
 
 if [[ $NUM_ZOOS != 0 ]]; then
-  echo "Starting ZooKeeper on $ZOO"
+  echo "Starting ZooKeeper on $ZOOS"
   for zoo in $ZOOS; do
     ssh $SSH_OPTS $zoo "/root/mesos/third_party/zookeeper-*/bin/zkServer.sh start </dev/null >/dev/null"
   done