mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 08:43:34 +01:00
bug fixed
This commit is contained in:
parent
cf4123f3bc
commit
9750d5ed16
@ -60,7 +60,7 @@ func runUpdate(c *cli.Context) {
|
|||||||
log.Info("username", userName)
|
log.Info("username", userName)
|
||||||
log.Info("repoName", repoName)
|
log.Info("repoName", repoName)
|
||||||
f := models.RepoPath(userName, repoName)
|
f := models.RepoPath(userName, repoName)
|
||||||
log.Debug("f", f)
|
log.Info("f", f)
|
||||||
|
|
||||||
gitUpdate := exec.Command("git", "update-server-info")
|
gitUpdate := exec.Command("git", "update-server-info")
|
||||||
gitUpdate.Dir = f
|
gitUpdate.Dir = f
|
||||||
|
Loading…
Reference in New Issue
Block a user