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