Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
its a helpful message and all, but it cant help if it wont show up lol
  • Loading branch information
LukeZGD committed Jun 11, 2024
1 parent e76afdf commit 02ced1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ set_tool_paths() {
local error_msg="* You need to install curl from MacPorts. (MacPorts is recommended instead of Homebrew)"
error_msg+=$'\n* Please read the wiki and install the requirements needed in MacPorts: https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/How-to-Use'
error_msg+=$'\n* Also make sure that /opt/local/bin (or /usr/local/bin) is in your $PATH.'
errpr_msg+=$'\n* You may try running this command: export PATH="/opt/local/bin:$PATH"'
error_msg+=$'\n* You may try running this command: export PATH="/opt/local/bin:$PATH"'
error "Outdated curl detected, cannot continue." "$error_msg"
fi
fi
Expand Down

0 comments on commit 02ced1b

Please sign in to comment.