Skip to content

Commit fc9667e

Browse files
committed
s3fs-mac: add FUSE 3 caveat
1 parent 3b04282 commit fc9667e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Formula/s3fs-mac.rb

+7
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ def install
4040
system "make", "install"
4141
end
4242

43+
def caveats
44+
<<~EOS
45+
This is the final version that supports FUSE 2.
46+
Further updates require a macOS FUSE 3 implementation.
47+
EOS
48+
end
49+
4350
test do
4451
system "#{bin}/s3fs", "--version"
4552
end

0 commit comments

Comments
 (0)