mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
cleanup unused code and fix t.Fatal usage in goroutine in testing (#11694)
This commit is contained in:
@@ -111,7 +111,7 @@ func (c *KVPatchCommand) Run(args []string) int {
|
||||
}
|
||||
|
||||
if !v2 {
|
||||
c.UI.Error(fmt.Sprintf("K/V engine mount must be version 2 for patch support"))
|
||||
c.UI.Error("K/V engine mount must be version 2 for patch support")
|
||||
return 2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user