From e5378a85d5193b81a27cc0231cfdde81539c3c91 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Fri, 5 Aug 2022 04:10:07 +0900 Subject: [PATCH] Fix typo --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index c0890cf..b745e9b 100644 --- a/dzgui.sh +++ b/dzgui.sh @@ -665,7 +665,7 @@ check_branch(){ upstream=$(curl -Ls "$version_url" | awk -F= '/^version=/ {print $2}') } check_version(){ - if [[ ! -f $config_file ]]; then : else source $config_file; fi + if [[ ! -f $config_file ]]; then : ; else source $config_file; fi if [[ -z $branch ]]; then branch="stable" fi