diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 96386c728e..8283d08cb0 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -324,7 +324,7 @@ class Tab < OpenStruct end def source_modified_time - Time.at(super) + Time.at(super || 0) end def to_json(options = nil)