Skip to content

Commit

Permalink
Add missing default extension for configuration (#717)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant authored Apr 23, 2023
1 parent e711108 commit d0e1789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/relayproxy/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func locateConfigFile(inputFilePath string) (string, error) {
"yaml",
"toml",
"json",
"yml",
}

if inputFilePath != "" {
Expand Down

0 comments on commit d0e1789

Please sign in to comment.