mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
cli: should be !=
This commit is contained in:
parent
cbbc16476f
commit
131a540a1d
@ -232,7 +232,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||
if GitDescribe != "" {
|
||||
ver = GitDescribe
|
||||
}
|
||||
if GitDescribe == "" && rel == "" && VersionPrerelease == "" {
|
||||
if GitDescribe == "" && rel == "" && VersionPrerelease != "" {
|
||||
rel = "dev"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user