mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Fix SSH key bug in windows
This commit is contained in:
		| @@ -372,7 +372,7 @@ func RepoPath(userName, repoName string) string { | ||||
| } | ||||
|  | ||||
| func UpdateRepository(repo *Repository) error { | ||||
| 	_, err := orm.Id(repo.Id).UseBool().Update(repo) | ||||
| 	_, err := orm.Id(repo.Id).UseBool().Cols("description", "website").Update(repo) | ||||
| 	return err | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user