Skip to content

Commit

Permalink
Update remove_bulk_data_from_disk.go
Browse files Browse the repository at this point in the history
Signed-off-by: GLVSKiriti <[email protected]>
  • Loading branch information
GLVSKiriti committed Mar 23, 2024
1 parent a479ae9 commit da107c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion events/syscall/remove_bulk_data_from_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ var _ = events.Register(RemoveBulkDataFromDisk)
func RemoveBulkDataFromDisk(h events.Helper) error {
// Creates temporary data for testing, avoiding critical file deletion.
tmpDir, err := os.MkdirTemp(os.TempDir(), "created-by-falco-event-generator")
defer os.RemoveAll(tmpDir) // clean up
if err != nil {
return err
}
Expand Down

0 comments on commit da107c6

Please sign in to comment.