Unknown %!s(int64=10) %!d(string=hai) anos
pai
achega
a196245a87
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cmd/serve.go

+ 1 - 0
cmd/serve.go

@@ -177,6 +177,7 @@ func runServ(k *cli.Context) {
 	models.SetRepoEnvs(user.Id, user.Name, repoName, repoUserName)
 
 	gitcmd := exec.Command(verb, repoPath)
+	println(base.RepoRootPath)
 	gitcmd.Dir = base.RepoRootPath
 	gitcmd.Stdout = os.Stdout
 	gitcmd.Stdin = os.Stdin