fix(cmd/joj3): typo
This commit is contained in:
parent
d3ffb03482
commit
4c74af43be
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user