You've already forked oauth2-proxy
							
							
				mirror of
				https://github.com/oauth2-proxy/oauth2-proxy.git
				synced 2025-10-30 23:47:52 +02:00 
			
		
		
		
	main: fix typo "convert-config-to-alpha"
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							| @@ -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:]) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user