mirror of
https://gitee.com/gitea/gitea
synced 2025-11-10 11:30:24 +08: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