remove temp dir created if using another

This commit is contained in:
Adam Majer 2024-09-17 15:16:04 +02:00
parent 3a2c590158
commit 11bf2aafcd

View File

@ -76,6 +76,7 @@ func main() {
if DebugMode {
log.Println(" - working directory:" + git.GitPath)
if len(*debugGitPath) > 0 {
git.Close()
git.GitPath = *debugGitPath
}
} else {