Skip to content

Commit

Permalink
tools/check_for_upgrade: Fix typo (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiltonsr authored Dec 20, 2024
1 parent 1d43ab7 commit 21b6c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_for_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if command mkdir "$OSH/log/update.lock" 2>/dev/null; then
command rmdir "$OSH"/log/update.lock
else
printf '%s\n' \
'oh-my-bash/check_for_updgrade: Failed to get a lock. Please make sure that no' \
'oh-my-bash/check_for_upgrade: Failed to get a lock. Please make sure that no' \
'other process is trying to update Oh My Bash and remove' \
'"'"$OSH"'/log/update.lock"' >&2
fi

0 comments on commit 21b6c45

Please sign in to comment.