mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05: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
|
exit 1
|
||||||
end
|
end
|
||||||
puts result
|
puts result
|
||||||
exit 1
|
exit 0
|
||||||
when "status"
|
when "status"
|
||||||
begin
|
begin
|
||||||
status = Auth.token_status(verbose, url, token)
|
status = Auth.token_status(verbose, url, token)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue