diff --git a/main.go b/main.go index d253a7b..e38ec3f 100644 --- a/main.go +++ b/main.go @@ -65,7 +65,7 @@ func init() { wd := util.OS.Pwd() if strings.HasPrefix(wd, os.TempDir()) { - logger.Error("Don't run wide in OS' temp directory or with `go run`") + logger.Error("Don't run Wide in OS' temp directory or with `go run`") os.Exit(-1) }