Skip to content

Commit

Permalink
typo (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpegasus authored Jul 6, 2024
1 parent 9ecfbe9 commit b6147b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ echo -e "BlockTheSpot-Mac version: ${BLOCKTHESPOT_VERSION}\n"

if [[ $(ver "${CLIENT_VERSION}") -lt $(ver "${BLOCKTHESPOT_VERSION}") ]]; then
echo "This version of BlockTheSpot-Mac is not compatible with your Spotify version."
echo "Pleas use an older version of BlockTheSpot-Mac or update Spotify."
echo "Please use an older version of BlockTheSpot-Mac or update Spotify."
exit; fi

if [[ "${SKIP_CODE_SIGNATURE}" == "true" ]]; then
Expand Down

0 comments on commit b6147b5

Please sign in to comment.