fix minor bug in client

This commit is contained in:
Anton Chuchkalov 2016-01-13 13:06:11 +03:00
parent 3e9c24bbf2
commit 25ef0bd3b5

View File

@ -15,7 +15,6 @@ class Image < Handler
end end
def handle def handle
current_command = ARGV[1].to_sym
@options, @args = @options_parser.parse_options_for!(current_command) @options, @args = @options_parser.parse_options_for!(current_command)
case current_command case current_command
when :list when :list