Browse Source

bug fixed

for-closed-social
Lunny Xiao 10 years ago
parent
commit
9750d5ed16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      update.go

+ 1
- 1
update.go View File

@ -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…
Cancel
Save