From 11bf2aafcda14754d4e237608d4eeab15fbd993a10f6c090add7aca9eceb9356 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 17 Sep 2024 15:16:04 +0200 Subject: [PATCH] remove temp dir created if using another --- devel-importer/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/devel-importer/main.go b/devel-importer/main.go index c67a729..df7e1e4 100644 --- a/devel-importer/main.go +++ b/devel-importer/main.go @@ -76,6 +76,7 @@ func main() { if DebugMode { log.Println(" - working directory:" + git.GitPath) if len(*debugGitPath) > 0 { + git.Close() git.GitPath = *debugGitPath } } else {