Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grahampugh committed Jul 25, 2023
1 parent 49e9f9e commit 6cd5a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erase-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2821,7 +2821,7 @@ fi

# bail if system is older than macOS 10.15
if [[ $(echo "$system_version_major < 10.15" | bc) == 1 ]]; then
writelog "[$script_name] This script requires macOS 10.15 or newer. Plesse use version 27.x of erase-install.sh on older systems."
writelog "[$script_name] This script requires macOS 10.15 or newer. Please use version 27.x of erase-install.sh on older systems."
echo
exit 1
fi
Expand Down

0 comments on commit 6cd5a4a

Please sign in to comment.