mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 09:11:37 +00:00
adjust macFUSE capitalization (#21)
This commit is contained in:
parent
9d5afe383c
commit
aa173214f1
3 changed files with 7 additions and 3 deletions
|
|
@ -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