1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

fix: stray output in stdout

This commit is contained in:
aclist 2024-01-13 07:15:17 +09:00
parent c6a654d25a
commit cadcae9b9d

View file

@ -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"