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:46:11 UTC

svn commit: r1132114 - /incubator/mesos/trunk/ec2/mesos_ec2.py

Author: benh
Date: Sun Jun  5 08:46:11 2011
New Revision: 1132114

URL: http://svn.apache.org/viewvc?rev=1132114&view=rev
Log:
cleaned syntax

Modified:
    incubator/mesos/trunk/ec2/mesos_ec2.py

Modified: incubator/mesos/trunk/ec2/mesos_ec2.py
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/mesos_ec2.py?rev=1132114&r1=1132113&r2=1132114&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/mesos_ec2.py (original)
+++ incubator/mesos/trunk/ec2/mesos_ec2.py Sun Jun  5 08:46:11 2011
@@ -409,7 +409,7 @@ def main():
         (opts.identity_file, proxy_opt, master), shell=True)
 
   elif action == "get-master":
-    (master_res, slave_res,zoo_res) = get_existing_cluster(conn, opts, cluster_name)
+    (master_res, slave_res, zoo_res) = get_existing_cluster(conn, opts, cluster_name)
     print master_res.instances[0].public_dns_name
 
   elif action == "stop":