Skip to content

Commit 283df54

Browse files
committed
Improve MASError.notSupported description.
Signed-off-by: Ross Goldberg <[email protected]>
1 parent 9ed7aa6 commit 283df54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Sources/mas/Errors/MASError.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ extension MASError: CustomStringConvertible {
4949
"No password provided"
5050
case .notSupported:
5151
"""
52-
This command is not supported on this macOS version due to changes in macOS. \
53-
For more information see: \
54-
https://github.com/mas-cli/mas#known-issues
52+
This command is not supported on this macOS version due to changes in macOS.
53+
See: https://github.com/mas-cli/mas#known-issues
5554
"""
5655
case .failed(let error):
5756
if let error {

0 commit comments

Comments
 (0)