Unknown 10 anni fa
parent
commit
a196245a87
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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