mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 19:45:25 +01:00 
			
		
		
		
	Cert command stub should return a non-zero exit code
This commit is contained in:
		
							parent
							
								
									a43164877c
								
							
						
					
					
						commit
						3e528f34af
					
				| @ -8,6 +8,7 @@ package cmd | ||||
| 
 | ||||
| import ( | ||||
| 	"fmt" | ||||
| 	"os" | ||||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/codegangsta/cli" | ||||
| @ -31,4 +32,5 @@ Outputs to 'cert.pem' and 'key.pem' and will overwrite existing files.`, | ||||
| 
 | ||||
| func runCert(ctx *cli.Context) { | ||||
| 	fmt.Println("Command cert not available, please use build tags 'cert' to rebuild.") | ||||
| 	os.Exit(1) | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user