Lunny Xiao 11 lat temu
rodzic
commit
9750d5ed16
1 zmienionych plików z 1 dodań i 1 usunięć
  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