From a50b11633fcb15b6d167bd42b60f8d5d36b4acb5 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:54:50 +0900 Subject: [PATCH] fix: update variable name --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 895a888..772c6b1 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -381,7 +381,7 @@ dl_changelog(){ [[ $branch == "stable" ]] && mdbranch="dzgui" [[ $branch == "testing" ]] && mdbranch="testing" local changelog="$url_prefix/${mdbranch}/CHANGELOG.md" - curl -Ls "$md" > "$state_path/CHANGELOG.md" + curl -Ls "$changelog" > "$state_path/CHANGELOG.md" } test_display_mode(){ pgrep -a gamescope | grep -q "generate-drm-mode"