Skip to content

Commit

Permalink
default to dag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
5amCurfew committed Sep 4, 2024
1 parent 94b0545 commit 2f26c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ var rootCmd = &cobra.Command{
var cfgPath string
if len(args) == 0 {
// If no argument provided, look for config.json in the current directory
log.Info("[INIT] file path not provided -> defaulting to orca.yml")
cfgPath = "orca.yml"
log.Info("[INIT] file path not provided -> defaulting to dag.yml")
cfgPath = "dag.yml"
} else {
cfgPath = args[0]
}
Expand Down

0 comments on commit 2f26c83

Please sign in to comment.