Skip to content

Commit

Permalink
add temdir removal
Browse files Browse the repository at this point in the history
  • Loading branch information
bandorko committed Oct 1, 2023
1 parent b951abe commit 4f60f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func Build(filename string, out string) error {
if err != nil {
return err
}
//os.RemoveAll(tempDir)
os.RemoveAll(tempDir)
return nil
}

Expand Down

0 comments on commit 4f60f78

Please sign in to comment.