Skip to content

Commit

Permalink
script/bottle: reword "better" as "newer".
Browse files Browse the repository at this point in the history
Partial mas-cli#638

Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Nov 15, 2024
1 parent 9f9923e commit 173b0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bottle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ case "${CURRENT_OS_VERSION_MAJOR}" in
CURRENT_PLATFORM=catalina
;;
*)
echo "Unsupported macOS version. This script requires Catalina or better."
echo "Unsupported macOS version. This script requires Catalina or newer."
exit 1
;;
esac
Expand Down

0 comments on commit 173b0a9

Please sign in to comment.