summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-02-11 14:17:44 +0100
committerRuben Pollan <meskio@sindominio.net>2021-02-11 16:27:18 +0100
commitec03343a76291f10fd2216ef74addff98b9701f9 (patch)
tree82206a737191d5ad3c5962cc7e6e5c8092a90359 /main.go
parent4698b744ff45c7ffa4674daec0bceffab48cd6ef (diff)
Rename the project to menshen
- Closes: #4
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index a7fa072..dc6cfdf 100644
--- a/main.go
+++ b/main.go
@@ -155,7 +155,7 @@ func geolocateCity(city string) coordinates {
}
}
- log.Println("WARN: cannot geolocate", city, "- make sure to add manual coordinates to getmyip")
+ log.Println("WARN: cannot geolocate", city, "- make sure to add manual coordinates to menshen")
return coordinates{0, 0}
}