Browse Source

bug fixed

Lunny Xiao 11 years ago
parent
commit
9750d5ed16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      update.go

+ 1 - 1
update.go

@@ -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