Skip to content

Commit acc3cfc

Browse files
committed
change config file default name
1 parent 98d74e6 commit acc3cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/checkout/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type config struct {
2323
JiraBoards []jiraBoard `json:"jiraBoards"`
2424
}
2525

26-
const configFile = ".git-tools-2.json"
26+
const configFile = ".git-commands.json"
2727

2828
var defaultBranchTypes = []list.Item{
2929
branchType{"FEAT", "A new feature"},

0 commit comments

Comments
 (0)