Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func scheduled() error {
"package": "main",
"function": "scheduled",
"error": err.Error(),
}, "An error occourd while getting plugins")
}, "An error occurred while getting plugins")
return err
}
p := workerManager.Plugins{
Expand Down Expand Up @@ -93,7 +93,7 @@ func scheduled() error {
"package": "main",
"function": "scheduled",
"error": err.Error(),
}, "An error occourd while clean up agents in worker manager")
}, "An error occurred while clean up agents in worker manager")
return err
}
log.Debug(log.Fields{
Expand Down