Fix version info CLI -> CA

pull/11/head
max furman 6 years ago
parent 86424b5b79
commit 054846d449

@ -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…
Cancel
Save