Skip to content

Commit e985ac2

Browse files
committed
fix url what is my ip address
1 parent 2ca1c9d commit e985ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type ipResponse struct {
2121

2222
var (
2323
ipURL = "https://api.db-ip.com/v2/free"
24-
urlWhatIsMyIP = "https: //api.ipify.org?format=json"
24+
urlWhatIsMyIP = "https://api.ipify.org?format=json"
2525

2626
ipCmd = &cobra.Command{
2727
Use: "ip",

0 commit comments

Comments
 (0)