From 64a88106a0e03c8012d8530fe7802632cd912d1f Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Mon, 15 Aug 2016 11:46:19 -0700 Subject: [PATCH] Format hosts if --notoken is used --- lib/vmfloaty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index 1ac1ad7..76759c2 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -45,7 +45,7 @@ class Vmfloaty unless os_types.empty? if no_token response = Pooler.retrieve(verbose, os_types, nil, url) - puts response + puts Utils.format_hosts(response) exit 0 else unless token