Fix version info CLI -> CA

This commit is contained in:
max furman 2018-11-26 15:41:45 -05:00
parent 86424b5b79
commit 054846d449

View file

@ -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)
}