mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
#2114 External URL for wiki
This commit is contained in:
parent
b21160a13a
commit
40f3142264
11 changed files with 33 additions and 6 deletions
|
@ -496,6 +496,7 @@ func updateServerInfo(gitBinPath, dir string) []byte {
|
|||
return gitCommand(gitBinPath, dir, args...)
|
||||
}
|
||||
|
||||
// FIXME: use process module
|
||||
func gitCommand(gitBinPath, dir string, args ...string) []byte {
|
||||
command := exec.Command(gitBinPath, args...)
|
||||
command.Dir = dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue