This commit is contained in:
Liang Ding 2015-10-12 13:43:59 +08:00
parent 7347c0b151
commit 3c30d09cb6
1 changed files with 1 additions and 1 deletions

View File

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