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:
parent
c6a654d25a
commit
cadcae9b9d
1 changed files with 1 additions and 2 deletions
3
dzgui.sh
3
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"
|
||||
|
|
Loading…
Reference in a new issue