aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/curlftpfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/curlftpfs.rb')
-rw-r--r--Library/Formula/curlftpfs.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/curlftpfs.rb b/Library/Formula/curlftpfs.rb
index 3a1572057..84c08ced8 100644
--- a/Library/Formula/curlftpfs.rb
+++ b/Library/Formula/curlftpfs.rb
@@ -26,10 +26,4 @@ class Curlftpfs < Formula
"--prefix=#{prefix}"
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