From 966ce76261217587f23aa014734ede77f4dbc4ec Mon Sep 17 00:00:00 2001 From: XternA Date: Sat, 27 Jul 2024 22:24:44 +0100 Subject: [PATCH] Update check-tool-update.sh Signed-off-by: XternA --- scripts/check-tool-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-tool-update.sh b/scripts/check-tool-update.sh index c9be892..59cc51b 100644 --- a/scripts/check-tool-update.sh +++ b/scripts/check-tool-update.sh @@ -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 }