From 55a6d882f1bb35adb7a80e96efff1033d285592c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:57:32 +0200 Subject: [PATCH] Update install.func --- misc/install.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/install.func b/misc/install.func index e837043..4228d3a 100644 --- a/misc/install.func +++ b/misc/install.func @@ -277,7 +277,7 @@ EOF fetch_and_deploy_gh_release() { local repo="$1" - local app="${APPLICATION}" + local app=$(echo ${APPLICATION,,} | tr -d ' ') local api_url="https://api.github.com/repos/$repo/releases/latest" local header=() local attempt=0