From 8b8ac88578c231f00dfe1c90b207c605f00878fb Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Sat, 24 Sep 2016 11:19:44 -0700 Subject: [PATCH] (maint) Use correct exit code in token delete --- lib/vmfloaty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index b5ef327..917f0c7 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -371,7 +371,7 @@ class Vmfloaty exit 1 end puts result - exit 1 + exit 0 when "status" begin status = Auth.token_status(verbose, url, token)