mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-03 13:58:22 -04:00
fix tests (#4636)
This commit is contained in:
parent
7522d56669
commit
69b1cae9e2
1 changed files with 0 additions and 1 deletions
|
|
@ -75,7 +75,6 @@ func Format(ui cli.Ui) string {
|
|||
return ui.(*VaultUI).format
|
||||
}
|
||||
|
||||
panic("")
|
||||
format := os.Getenv(EnvVaultFormat)
|
||||
if format == "" {
|
||||
format = "table"
|
||||
|
|
|
|||
Loading…
Reference in a new issue