1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-27 00:51:33 +02:00

Merge pull request #1577 from simon04/patch-1

main: fix typo "convert-config-to-alpha"
This commit is contained in:
Joel Speed
2022-02-24 13:16:08 +00:00
committed by GitHub

View File

@ -35,7 +35,7 @@ func main() {
} }
if *convertConfig && *alphaConfig != "" { if *convertConfig && *alphaConfig != "" {
logger.Fatal("cannot use alpha-config and conver-config-to-alpha together") logger.Fatal("cannot use alpha-config and convert-config-to-alpha together")
} }
opts, err := loadConfiguration(*config, *alphaConfig, configFlagSet, os.Args[1:]) opts, err := loadConfiguration(*config, *alphaConfig, configFlagSet, os.Args[1:])