more documentation

This commit is contained in:
Corey Johnson 2019-12-03 16:38:13 -08:00
parent afaab6d16c
commit 40d45da12d

View file

@ -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")