remove temp dir created if using another
This commit is contained in:
parent
3a2c590158
commit
11bf2aafcd
@ -76,6 +76,7 @@ func main() {
|
|||||||
if DebugMode {
|
if DebugMode {
|
||||||
log.Println(" - working directory:" + git.GitPath)
|
log.Println(" - working directory:" + git.GitPath)
|
||||||
if len(*debugGitPath) > 0 {
|
if len(*debugGitPath) > 0 {
|
||||||
|
git.Close()
|
||||||
git.GitPath = *debugGitPath
|
git.GitPath = *debugGitPath
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user