Skip to content

Commit 89e2801

Browse files
committed
Remove json from valid config file extensions
(cherry picked from commit 50a2528)
1 parent 3c060b2 commit 89e2801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var flagEnv string
3939
var flagWatch bool
4040
var flagAppName string
4141

42-
var configFileExts = []string{"json", "yaml", "yml"}
42+
var configFileExts = []string{"yaml", "yml"}
4343

4444
func init() {
4545
cobra.EnablePrefixMatching = true

0 commit comments

Comments
 (0)