minor copywriting improvement

pull/123/head
Simon Let 6 years ago
parent d181e3da54
commit d265223071
  1. 2
      cmd/control/cmd/status.go

@ -30,7 +30,7 @@ var statusCmd = &cobra.Command{
if found == false { if found == false {
commitEnv = "unknown" commitEnv = "unknown"
} }
fmt.Println(" * this session: " + versionEnv + " (" + commitEnv + ")") fmt.Println(" * this shell session: " + versionEnv + " (" + commitEnv + ")")
resp, err := getDaemonStatus(config.Port) resp, err := getDaemonStatus(config.Port)
if err != nil { if err != nil {

Loading…
Cancel
Save