Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ubombar committed Mar 19, 2024
1 parent a5900f3 commit 9828f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/labeller/maxmind.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewMaxMindFromSecret(url, accountId, key string) (MaxMind, error) {
keyPath := "/var/run/secrets/edge-net.io/maxmind-secret/maxmind_token"

// Last resort, return error if there is one.
accountIdBytes, err := os.ReadFile(accountId)
accountIdBytes, err := os.ReadFile(accountIdPath)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 9828f10

Please sign in to comment.