Skip to content

Commit dc1a248

Browse files
committed
Typo
1 parent 91b39d3 commit dc1a248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def show_all():
120120
print "Showing all clusters."
121121
for cluster_name in clusters:
122122
show(cluster_name)
123-
clusters.closer()
123+
clusters.close()
124124

125125
def shutdown(cluster_name):
126126
"""

0 commit comments

Comments
 (0)