Skip to content

Commit c604aeb

Browse files
authored
fix app/application var mapping (#4357)
1 parent 9b9ed2f commit c604aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tools.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ install_mongodb() {
479479

480480
fetch_and_deploy_gh_release() {
481481
local repo="$1"
482-
local app=$(echo ${APPLICATION,,} | tr -d ' ')
482+
local app=${APP:-$(echo "${APPLICATION,,}" | tr -d ' ')}
483483
local api_url="https://api.github.com/repos/$repo/releases/latest"
484484
local header=()
485485
local attempt=0

0 commit comments

Comments
 (0)