Skip to content

Commit 90d5499

Browse files
committed
refactor: make .yml default config file ending
1 parent 3b703bb commit 90d5499

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ import (
1212

1313
// main is the entry point for the application.
1414
func main() {
15-
// var configFile = flag.String("config", "config.yml", "Path to config file")
16-
configFile := flag.String("config", "config.yaml", "path to the config file")
15+
configFile := flag.String("config", "config.yml", "path to the config file")
1716
flag.Parse()
1817

1918
log.SetFlags(log.LstdFlags | log.Lshortfile)

0 commit comments

Comments
 (0)