🐛 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:
Daniel Kraus 2022-01-16 14:35:21 +01:00 committed by GitHub
parent cdfd00b7d7
commit f3371d61bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):