fix: Now run definers cleanup once after combining files. ✨
All checks were successful
CI / build (push) Successful in 4m28s
All checks were successful
CI / build (push) Successful in 4m28s
Closes #7
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user