Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jun 11, 2024
1 parent 22b39a3 commit ca28266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func main() {
}
if metricsPort > 0 {
log.Println("overwrite server metrics port number to", metricsPort)
Config.MetircsPort = metricsPort
Config.MetricsPort = metricsPort
}
if logFile != "" {
log.Println("overwrite server log file to", logFile)
Expand Down

0 comments on commit ca28266

Please sign in to comment.