fix(cmd/joj3): typo
All checks were successful
build / build (push) Successful in 2m2s
build / trigger-build-image (push) Successful in 8s

This commit is contained in:
张泊明518370910136 2024-10-09 02:03:49 +08:00
parent d3ffb03482
commit 4c74af43be

View File

@ -53,7 +53,7 @@ func Run(conf conf.Conf) error {
if line == "" {
continue
}
slog.Info("joint-teapot joj3-scoreboard", "output", line)
slog.Info("joint-teapot joj3-failed-table", "output", line)
}
if err != nil {
slog.Error("joint-teapot joj3-failed-table", "err", err)
@ -67,7 +67,7 @@ func Run(conf conf.Conf) error {
if line == "" {
continue
}
slog.Info("joint-teapot joj3-scoreboard", "output", line)
slog.Info("joint-teapot joj3-create-result-issue", "output", line)
}
if err != nil {
slog.Error("joint-teapot joj3-create-result-issue", "err", err)