mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🐛 Fix link to known issues
The corresponding section header starts with "⚠️", which needs to be
encoded in the link. Otherwise, the anchor doesn't work.
This commit is contained in:
parent
cdfd00b7d7
commit
f3371d61bc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ extension MASError: CustomStringConvertible {
|
|||
return """
|
||||
This command is not supported on this macOS version due to changes in macOS. \
|
||||
For more information see: \
|
||||
https://github.com/mas-cli/mas#known-issues
|
||||
https://github.com/mas-cli/mas#%EF%B8%8F-known-issues
|
||||
"""
|
||||
|
||||
case .signInFailed(let error):
|
||||
|
|
Loading…
Add table
Reference in a new issue