Skip to content

Commit eb43f84

Browse files
authored
fix title (#705)
1 parent 5931e03 commit eb43f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/console_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func init() {
7979
logrus.Warnln("VT100设置失败, 将以无色模式输出")
8080
}
8181

82-
err = setConsoleTitle("ZeroBot-Blugin " + banner.Version + " " + banner.Copyright)
82+
err = setConsoleTitle("ZeroBot-Plugin " + banner.Version + " " + banner.Copyright)
8383
if err != nil {
8484
panic(err)
8585
}

0 commit comments

Comments
 (0)