mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Organization settings page
This commit is contained in:
parent
32b09681b2
commit
19e9104289
11 changed files with 217 additions and 140 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue