mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	little fix
This commit is contained in:
		| @@ -177,6 +177,7 @@ func runServ(k *cli.Context) { | |||||||
| 	models.SetRepoEnvs(user.Id, user.Name, repoName, repoUserName) | 	models.SetRepoEnvs(user.Id, user.Name, repoName, repoUserName) | ||||||
|  |  | ||||||
| 	gitcmd := exec.Command(verb, repoPath) | 	gitcmd := exec.Command(verb, repoPath) | ||||||
|  | 	println(base.RepoRootPath) | ||||||
| 	gitcmd.Dir = base.RepoRootPath | 	gitcmd.Dir = base.RepoRootPath | ||||||
| 	gitcmd.Stdout = os.Stdout | 	gitcmd.Stdout = os.Stdout | ||||||
| 	gitcmd.Stdin = os.Stdin | 	gitcmd.Stdin = os.Stdin | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user