mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	remove unused fixme on dump command (#1065)
This commit is contained in:
		@@ -130,7 +130,7 @@ func runDump(ctx *cli.Context) error {
 | 
			
		||||
	if err := z.AddDir("log", setting.LogRootPath); err != nil {
 | 
			
		||||
		log.Fatalf("Failed to include log: %v", err)
 | 
			
		||||
	}
 | 
			
		||||
	// FIXME: SSH key file.
 | 
			
		||||
 | 
			
		||||
	if err = z.Close(); err != nil {
 | 
			
		||||
		_ = os.Remove(fileName)
 | 
			
		||||
		log.Fatalf("Failed to save %s: %v", fileName, err)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user