Browse Source

little fix

tags/v1.2.0-rc1
Unknown 11 years ago
parent
commit
a196245a87
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmd/serve.go

+ 1
- 0
cmd/serve.go View File

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


Loading…
Cancel
Save