diff options
Diffstat (limited to 'init.go')
-rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.go b/init.go index 8c96e72..b898ae8 100644 --- a/init.go +++ b/init.go @@ -42,7 +42,7 @@ var twtxtCache = registry.NewIndex() // remote registry listing var remoteRegistries = &RemoteRegistries{} -func init() { +func initGetwtxt() { checkFlags() titleScreen() initConfig() |