do not update

This commit is contained in:
v4n
2025-03-10 21:14:37 +02:00
parent a7936c90bd
commit b3bc91522f
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ function check_for_updates() {
if [[ "$latest_version" != "$VERSION" ]]; then
log INFO "A new version of h2mm is available: $VERSION -> $latest_version"
log INFO "Run \"h2mm update\" to update."3
log INFO "Run \"h2mm update\" to update."
fi
echo "$(date +%Y-%m-%dT%H:%M:%S)" > "$LAST_CHECKED_UPDATE_FILE"