Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mozoarella committed Feb 19, 2024
1 parent 42dbee0 commit 9701a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/customization.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func GetCdnUri(fileName string) string {
if val, ok := BotCustoms.CDN.Files[fileName]; ok {
return BotCustoms.CDN.BaseURL + val
} else {
Log.Error("Couldn't file an customization entry for the file " + fileName)
Log.Error("Couldn't find an customization entry for the file " + fileName)
}
return ""
}

0 comments on commit 9701a71

Please sign in to comment.