mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 19:31:21 +01:00
bug fixed
This commit is contained in:
parent
cf4123f3bc
commit
9750d5ed16
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func runUpdate(c *cli.Context) {
|
|||
log.Info("username", userName)
|
||||
log.Info("repoName", repoName)
|
||||
f := models.RepoPath(userName, repoName)
|
||||
log.Debug("f", f)
|
||||
log.Info("f", f)
|
||||
|
||||
gitUpdate := exec.Command("git", "update-server-info")
|
||||
gitUpdate.Dir = f
|
||||
|
|
Loading…
Reference in a new issue