From 40d45da12d368fc3ac0f8754b6383c6a2e3691c8 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Tue, 3 Dec 2019 16:38:13 -0800 Subject: [PATCH] more documentation --- main.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index a46804683..e186ebe7d 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,10 @@ func main() { } } -// if ~/.config/gh is a file, convert it to a directory and place the file +// This is a temporary function that will migrate the config file. It can be removed +// in January. +// +// If ~/.config/gh is a file, convert it to a directory and place the file // into ~/.config/gh/config.yml func migrateConfig() { p, _ := homedir.Expand("~/.config/gh")