diff options
Diffstat (limited to 'Library/Homebrew/tab.rb')
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index a922f914f..0c6fb7927 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -118,7 +118,7 @@ class Tab < OpenStruct end def write - tabfile.write to_json + tabfile.atomic_write(to_json) end def to_s |
