1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00

main: fix typo "convert-config-to-alpha"

This commit is contained in:
Simon Legner 2022-02-24 08:59:45 +01:00 committed by GitHub
parent b2f780c394
commit 5b89e975d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ func main() {
}
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:])