mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 11:28:27 +00: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