cli: separate auth method config output for easier reading. (#15892)

This commit is contained in:
James Rasell
2023-01-30 11:44:26 +01:00
committed by GitHub
parent 06e039378c
commit 166aee71f3
7 changed files with 50 additions and 41 deletions

View File

@@ -214,7 +214,7 @@ func (a *ACLAuthMethodUpdateCommand) Run(args []string) int {
return 0
}
a.Ui.Output(fmt.Sprintf("Updated ACL auth method:\n%s", formatAuthMethod(method)))
outputAuthMethod(a.Meta, method)
return 0
}