diff --git a/ec2.py b/ec2.py index 843d995..9d445c2 100644 --- a/ec2.py +++ b/ec2.py @@ -230,7 +230,7 @@ def show_all(): Print the details of all clusters to stdout. """ if len(clusters) == 0: - print "No clusters present. Exiting." + print "No clusters present." sys.exit() print "Showing all clusters." for cluster_name in clusters: