aboutsummaryrefslogtreecommitdiff
path: root/update.go
diff options
context:
space:
mode:
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index 22b8e3ba..e98f1c84 100644
--- a/update.go
+++ b/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