fix: Now run definers cleanup once after combining files.
All checks were successful
CI / build (push) Successful in 4m28s

Closes #7
This commit is contained in:
2024-10-24 07:02:31 +13:00
parent 26eabab106
commit 59acfec670
2 changed files with 9 additions and 14 deletions

View File

@@ -72,6 +72,10 @@ to quickly create a Cobra application.`,
"%s Zipping file\n\r",
style.Success(icon.Info),
)
// Strip definers from the Dumpfile
myDump.RemoveDefiners(filename)
filename, _ = dump.ZipFile(filename)
timeElapsed := time.Since(start)
fmt.Printf(