Skip to content

Commit

Permalink
Formatting changes, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Crilum authored Jun 8, 2022
1 parent c591291 commit 4c9e795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ function upd_upd_script() {
updateAvailable="no"
if [ "$latestRelease" \> "$versionNoV" ]; then
if [ "$1" == "on-start" ]; then
status -C "There's an update available! ${WHITE}Run ${LICYAN}update ${YELLOW}-u${WHITE} to intall it."
status -C "There's an update available! ${WHITE}Run ${LICYAN}update ${YELLOW}-u${WHITE} to install it."
updateAvailable="yes"
else
status -C "There's an update available! Do you want to install it? [Y/n] "
echo -en "${LICYAN}There's an update available! Do you want to install it? [Y/n] "
read confInstallUpdate
updateAvailable="yes"
case $confInstallUpdate in
Expand Down

0 comments on commit 4c9e795

Please sign in to comment.