Skip to content

Commit

Permalink
Do not force instance to be integer, also allow instance_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Apr 22, 2011
1 parent 2faaba2 commit 866a808
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def display_help
def convert_options!
# make sure certain options are valid and in correct form.
@options[:instances] = Integer(@options[:instances]) if @options[:instances]
@options[:instance] = Integer(@options[:instance]) if @options[:instance]
end

def set_cmd(namespace, action, args_range=0)
Expand Down

0 comments on commit 866a808

Please sign in to comment.