You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-12-21 23:57:36 +02:00
fix merge problems and test cases
Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
2
main.go
2
main.go
@@ -70,7 +70,7 @@ func main() {
|
||||
func loadConfiguration(config, yamlConfig string, extraFlags *pflag.FlagSet, args []string) (*options.Options, error) {
|
||||
opts, err := loadLegacyOptions(config, extraFlags, args)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("couldn't load legacy options: %w", err)
|
||||
return nil, fmt.Errorf("failed to load legacy options: %w", err)
|
||||
}
|
||||
|
||||
if yamlConfig != "" {
|
||||
|
||||
Reference in New Issue
Block a user