mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-10-31 02:27:19 -04:00 
			
		
		
		
	tls: Fix format string
This commit is contained in:
		
							parent
							
								
									c78eb50eb8
								
							
						
					
					
						commit
						6c52368124
					
				| @ -59,7 +59,7 @@ func TLS(c *Controller) (middleware.Middleware, error) { | |||||||
| 					return nil, c.ArgErr() | 					return nil, c.ArgErr() | ||||||
| 				} | 				} | ||||||
| 			default: | 			default: | ||||||
| 				return nil, c.Errf("Unknown keyword '%s'") | 				return nil, c.Errf("Unknown keyword '%s'", c.Val()) | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user