🚚 Rename project to lenore
This commit is contained in:
parent
213c9f6541
commit
12fd475ee3
6 changed files with 8 additions and 8 deletions
|
|
@ -66,7 +66,7 @@ func newConfig() Config {
|
|||
|
||||
func init() {
|
||||
config = newConfig()
|
||||
configPath := configdir.LocalConfig("gopub")
|
||||
configPath := configdir.LocalConfig("lenore")
|
||||
if err := configdir.MakePath(configPath); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue