Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jie authored and jie committed Sep 1, 2020
1 parent 43ab41d commit 0ccc144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (conf *Config) GetIpv4Addr() (result string) {
if conf.Ipv4.Enable {
resp, err := http.Get(conf.Ipv4.URL)
if err != nil {
log.Println("Failed to get ipv4, URL: ", conf.Ipv6.URL)
log.Println("Failed to get ipv4, URL: ", conf.Ipv4.URL)
return
}

Expand Down

0 comments on commit 0ccc144

Please sign in to comment.