From 6e5eaadd23064b1a5247a6638f738d4cdf2c5c7f Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 9 Feb 2024 02:44:44 +0200 Subject: [PATCH] update message --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e8b5abb..c39aef2 100755 --- a/update.sh +++ b/update.sh @@ -46,7 +46,7 @@ fi # Compare versions if [[ ${LocalSHA256:0:64} == ${RemoteSHA256:0:64} ]]; then - echo "DB up to date!" + echo "DB is up to date!" exit fi