Remove extra print

This commit is contained in:
Brian Cain 2014-10-28 23:30:26 -07:00
parent c8dc80c1f1
commit cafe3ee005

View file

@ -6,7 +6,6 @@ class CLI < Thor
option :withpe option :withpe
def get(os_list) def get(os_list)
# POST -d os_list vmpooler.company.com/vm # POST -d os_list vmpooler.company.com/vm
say "vmpooler: #{@vmpooler_url}"
if options[:withpe] if options[:withpe]
say "Get a #{os_list} VM here and provision with PE verison #{options[:withpe]}" say "Get a #{os_list} VM here and provision with PE verison #{options[:withpe]}"
else else