Skip to content

Commit

Permalink
Merge pull request #1 from shuntaka9576/fix/config
Browse files Browse the repository at this point in the history
Change config file name
  • Loading branch information
shuntaka9576 authored May 9, 2020
2 parents 048652b + 62f4496 commit 333893f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ brew install shuntaka9576/tap/kanban
1. Refer to [Personal access tokens](https://github.com/settings/tokens). Please create an access token.
2. Please create the following configuration file.
```
$ cat ~/.config/kanban
$ cat ~/.config/kanban.yml
github.com:
- user: [GitHub userID]
oauth_token: [GitHub access token]
Expand Down
2 changes: 1 addition & 1 deletion internal/kanban/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type configEntry struct {
}

func configFile() string {
dir, _ := homedir.Expand("~/.config/kanban")
dir, _ := homedir.Expand("~/.config/kanban.yml")
return dir
}

Expand Down

0 comments on commit 333893f

Please sign in to comment.