diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sshfs.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb index 7ed46f8cf..89bbbae0d 100644 --- a/Library/Formula/sshfs.rb +++ b/Library/Formula/sshfs.rb @@ -23,10 +23,8 @@ class Sshfs < Formula depends_on 'glib' depends_on :xcode - def patches - # Fixes issue https://github.com/osxfuse/sshfs/pull/4 - DATA - end + # Fixes issue https://github.com/osxfuse/sshfs/pull/4 + patch :DATA def install args = %W[ |
