more documentation
This commit is contained in:
parent
afaab6d16c
commit
40d45da12d
1 changed files with 4 additions and 1 deletions
5
main.go
5
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue