aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorSorin Ionescu2014-02-12 12:53:23 -0500
committerMike McQuaid2014-02-14 18:28:59 +0000
commitb4b98137b6f4a363ba794108430c6f82c5b5093c (patch)
tree7bec38b16ed105dd43eb8d8176bab1f19a635087 /Library/Formula/sshfs.rb
parent45b129e9adc457594582af920ae96f0e298a246b (diff)
downloadhomebrew-b4b98137b6f4a363ba794108430c6f82c5b5093c.tar.bz2
remove useless FUSE-related caveats
Closes #26660. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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