mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Organization settings page
This commit is contained in:
@@ -240,7 +240,7 @@ func MirrorUpdate() {
|
||||
"git", "remote", "update"); err != nil {
|
||||
return errors.New("git remote update: " + stderr)
|
||||
} else if err = git.UnpackRefs(repoPath); err != nil {
|
||||
return err
|
||||
return errors.New("UnpackRefs: " + err.Error())
|
||||
}
|
||||
|
||||
m.NextUpdate = time.Now().Add(time.Duration(m.Interval) * time.Hour)
|
||||
|
Reference in New Issue
Block a user