Skip to content

Commit

Permalink
Inform client of using default config explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
n1vk authored Dec 3, 2024
1 parent 7019f7a commit bef3e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func defaultPathConfig() (*Config, error) {
}
}

fmt.Println("local config file not found, using default config.")
dftCfg := defaultConfig()
return &dftCfg, nil
}
Expand Down

0 comments on commit bef3e20

Please sign in to comment.