Skip to content

Commit 67e7119

Browse files
author
Brent Cook
committed
Do not create the payloads.json file until first usage
1 parent a2a231c commit 67e7119

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/rex/json_hash_file.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def initialize(path)
1717
@hash = {}
1818
@last = 0
1919
::FileUtils.mkdir_p(::File.dirname(path))
20-
synced_update
2120
end
2221

2322
def [](k)

0 commit comments

Comments
 (0)