diff options
| author | Sorin Ionescu | 2014-02-12 12:53:23 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-14 18:28:59 +0000 |
| commit | b4b98137b6f4a363ba794108430c6f82c5b5093c (patch) | |
| tree | 7bec38b16ed105dd43eb8d8176bab1f19a635087 /Library/Formula/curlftpfs.rb | |
| parent | 45b129e9adc457594582af920ae96f0e298a246b (diff) | |
| download | homebrew-b4b98137b6f4a363ba794108430c6f82c5b5093c.tar.bz2 | |
remove useless FUSE-related caveats
Closes #26660.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/curlftpfs.rb')
| -rw-r--r-- | Library/Formula/curlftpfs.rb | 6 |
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 |
