mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-31 15:02:17 +00:00
adjust macFUSE capitalization (#21)
This commit is contained in:
parent
9d5afe383c
commit
aa173214f1
3 changed files with 7 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ class S3qlMac < Formula
|
|||
def caveats
|
||||
<<~EOS
|
||||
This formula is outdated, and is provided only as a courtesy.
|
||||
It cannot be updated until MacFUSE supports FUSE API version 3.
|
||||
It cannot be updated until macFUSE supports FUSE API version 3.
|
||||
|
||||
If security issues are discovered with this old software,
|
||||
it may be removed without notice.
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class SshfsMac < Formula
|
|||
def caveats
|
||||
<<~EOS
|
||||
This formula is outdated, and is provided only as a courtesy.
|
||||
It cannot be updated until MacFUSE supports FUSE API version 3.
|
||||
It cannot be updated until macFUSE supports FUSE API version 3.
|
||||
|
||||
If security issues are discovered with this old software,
|
||||
it may be removed without notice.
|
||||
|
|
|
|||
|
|
@ -17,7 +17,11 @@ class MacfuseRequirement < Requirement
|
|||
end
|
||||
|
||||
def message
|
||||
"This formula requires MacFUSE. Please run `brew install --cask macfuse` first."
|
||||
"This formula requires macFUSE. Please run `brew install --cask macfuse` first."
|
||||
end
|
||||
|
||||
def display_s
|
||||
"macFUSE"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue