From 05e5b23e7bb9cf0cf5f5930576cf9fda6ed76e06 Mon Sep 17 00:00:00 2001 From: mag37 Date: Tue, 7 Oct 2025 08:24:31 +0200 Subject: [PATCH] bugfix - unquoted var in list Versionbump. --- dockcheck.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockcheck.sh b/dockcheck.sh index 65e0882..42c241a 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERSION="v0.7.2" -# ChangeNotes: Reformatted updates list, rewrote label logic to work globally when used with `-l`. +VERSION="v0.7.3" +# ChangeNotes: Bugfix - unquoted variable in list. Also: Please consider donating. Github="https://github.com/mag37/dockcheck" RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"