Skip to content

Commit 6f77982

Browse files
committed
fix stack trace when no instances found
1 parent b3b83d6 commit 6f77982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/cluster

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def get_instances_by_tag (tag_key,tag_values,options)
5656
instances << get_ip(instance, options)
5757
end
5858
end
59-
return instances
6059
end
60+
return instances
6161
end
6262

6363
matched_instances = []

lib/ec2/clusterssh/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ec2
22
module Clusterssh
3-
VERSION = "0.6.1"
3+
VERSION = "0.6.2"
44
end
55
end

0 commit comments

Comments
 (0)