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