Skip to content

Commit

Permalink
Update check-tool-update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: XternA <[email protected]>
  • Loading branch information
XternA authored Jul 27, 2024
1 parent e3af888 commit 966ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-tool-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ check_for_update() {
}

update() {
echo "\nChecking and attempting to get the latest updates...\n"
echo "\nChecking and attempting to get latest updates...\n"
git fetch; git reset --hard; git pull
}

Expand Down

0 comments on commit 966ce76

Please sign in to comment.