Simplify how notoken arg is processed in get

This commit is contained in:
Brian Cain 2015-09-19 15:07:18 -07:00
parent 5588c941c2
commit 28b145d762

View file

@ -33,7 +33,7 @@ class Vmfloaty
os_types = args[0]
no_token = options.notoken
unless no_token.nil?
if no_token
response = Pooler.retrieve(verbose, os_types, token, url)
puts response
return