Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
LbP22 committed Nov 9, 2023
1 parent d436453 commit 4af49e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/backend/app/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func SendLogMessage(token string, container string, message_item []string) bool
}

func TryResend() {
token := os.Getenv("ONLOGS_TOKRN")
token := os.Getenv("ONLOGS_TOKEN")
containers, _ := os.ReadDir("leveldb/hosts/" + util.GetHost() + "/containers/")
for _, container := range containers {
tmpDB := vars.BrokenLogs_DBs[container.Name()]
Expand Down

0 comments on commit 4af49e3

Please sign in to comment.