aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index cb07fafe9..ad738391e 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -44,10 +44,4 @@ class Sshfs < Formula
system "./configure", *args
system "make install"
end
-
- def caveats; <<-EOS.undent
- Make sure to follow the directions given by `brew info osxfuse`
- before trying to use a FUSE-based filesystem.
- EOS
- end
end