Skip to content

Commit

Permalink
fix: typo in error [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fiksn committed Nov 5, 2022
1 parent 83d5d49 commit d6552b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/balance-agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ func shouldCrash(status int, body string) {
}

if strings.Contains(body, "Invalid token") {
glog.Warningf("API token is invalid")
glog.Warningf("API key is invalid")
os.Exit(1)
}
}
Expand Down

0 comments on commit d6552b9

Please sign in to comment.