mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
(maint) Use correct exit code in token delete
This commit is contained in:
parent
579320e988
commit
8b8ac88578
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue