mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Removing the 'Message' field
This commit is contained in:
@@ -60,9 +60,6 @@ func (c *CapabilitiesCommand) Run(args []string) int {
|
||||
}
|
||||
|
||||
c.Ui.Output(fmt.Sprintf("Capabilities: %s", resp.Capabilities))
|
||||
if resp.Message != "" {
|
||||
c.Ui.Output(fmt.Sprintf("Message: %s", resp.Message))
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user