diff --git a/misc/install.func b/misc/install.func index 12dad58..e837043 100644 --- a/misc/install.func +++ b/misc/install.func @@ -277,7 +277,7 @@ EOF fetch_and_deploy_gh_release() { local repo="$1" - local app="${repo##*/}" + local app="${APPLICATION}" local api_url="https://api.github.com/repos/$repo/releases/latest" local header=() local attempt=0