Write install receipts atomically

This commit is contained in:
Jack Nagel 2014-03-22 11:13:33 -05:00
parent 26fe9df9b2
commit a8eb84812a

View File

@ -118,7 +118,7 @@ class Tab < OpenStruct
end
def write
tabfile.write to_json
tabfile.atomic_write(to_json)
end
def to_s