mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
cli: fix dev on version flga
This commit is contained in:
parent
c559382c47
commit
3b79bc3449
@ -232,7 +232,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||
if GitDescribe != "" {
|
||||
ver = GitDescribe
|
||||
}
|
||||
if GitDescribe == "" && rel == "" {
|
||||
if GitDescribe == "" && rel == "" && VesrionPrerelease == "" {
|
||||
rel = "dev"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user