Skip to content

Commit 3d3ebd7

Browse files
committed
fix(template): cannot find the .czrc template file
1 parent 8aeb72c commit 3d3ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
RCFilename = ".ggczrc"
22+
RCFilename = ".czrc"
2323
ReservedDefaultName = "default"
2424
FieldKeyTemplateSelect = "template-select"
2525
)

0 commit comments

Comments
 (0)