forked from TrueCloudLab/certificates
Fix version info CLI -> CA
This commit is contained in:
parent
86424b5b79
commit
054846d449
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ func version() string {
|
|||
if out == "N/A" {
|
||||
out = "0000000-dev"
|
||||
}
|
||||
return fmt.Sprintf("Smallstep CLI/%s (%s/%s)",
|
||||
return fmt.Sprintf("Smallstep CA/%s (%s/%s)",
|
||||
out, runtime.GOOS, runtime.GOARCH)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue