mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Mirror fix on #248
This commit is contained in:
		@@ -42,5 +42,7 @@ func runUpdate(c *cli.Context) {
 | 
			
		||||
	repoUserName := os.Getenv("repoUserName")
 | 
			
		||||
	repoName := os.Getenv("repoName")
 | 
			
		||||
 | 
			
		||||
	models.Update(args[0], args[1], args[2], userName, repoUserName, repoName, userId)
 | 
			
		||||
	if err := models.Update(args[0], args[1], args[2], userName, repoUserName, repoName, userId); err != nil {
 | 
			
		||||
		log.GitLogger.Fatal(err.Error())
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user