mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Bump KV plugin and allow -version to work
This commit is contained in:
@@ -37,7 +37,7 @@ func setupEnv(args []string) []string {
|
||||
break
|
||||
}
|
||||
|
||||
if arg == "-v" || arg == "-version" || arg == "--version" {
|
||||
if arg == "-v" || arg == "--version" {
|
||||
args = []string{"version"}
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user