diff options
Diffstat (limited to 'HomebrewFormula')
| -rw-r--r-- | HomebrewFormula/dome-key.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/HomebrewFormula/dome-key.rb b/HomebrewFormula/dome-key.rb index 04368f7..a6c6e7e 100644 --- a/HomebrewFormula/dome-key.rb +++ b/HomebrewFormula/dome-key.rb @@ -10,7 +10,7 @@ class DomeKey < Formula    sha256 "03fd038e1ae67ce1fce949d2d5fcafb50bbee2f4344b71c16577929c557718a1"    # Rust code requires at least 10.7 -  depends_on :macos => :lion +  depends_on :macos => "10.7"    def install      bin.install "dome-key" | 
