mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Merge pull request #448 from beatngu13/patch-1
🐛 Fix link to known issues
This commit is contained in:
commit
910bf23978
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…
Reference in a new issue