Skip to content
Snippets Groups Projects
Unverified Commit e30e480c authored by drebs's avatar drebs
Browse files

[bug] return logout message got from bonafide (fixes #8461)

The CLI prints results of commands using a default dictionary printer.
If the command result is not a dictionary, that writer will fail. The
logout command was returning None, so the printer was breaking when
using the CLI to logout.

This commit makes the logout command actually return the dictionary with
the logout message, thus not breaking the printer.
parent e2b051a1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment