From cadcae9b9d1770bf45a25e16670828057055a1f0 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 13 Jan 2024 07:15:17 +0900 Subject: [PATCH] fix: stray output in stdout --- dzgui.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 7786144..54d2a88 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.0.0.rc-8 +version=5.0.0.rc-9 #CONSTANTS aid=221100 @@ -232,7 +232,6 @@ watcher_deps(){ logger INFO "Found DZG Watcher dependencies" } format_version_url(){ - echo FORMAT case "$branch" in "stable") version_url="$stable_url/dzgui.sh"