File tree Expand file tree Collapse file tree 3 files changed +2
-34
lines changed
Expand file tree Collapse file tree 3 files changed +2
-34
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ handle_app_upload() {
101101 app_platform=" android"
102102 export APP_PLATFORM=" $app_platform "
103103 log_msg_to " Exported APP_PLATFORM=$APP_PLATFORM "
104- elif [[ " $choice " == * " Upload my App" * ]]; then
104+ elif [[ " $choice " == * " Upload my App" * ]]; then
105105 upload_custom_app
106106 else
107107 return 1
@@ -168,7 +168,6 @@ upload_custom_app() {
168168
169169 export APP_PLATFORM=" $app_platform "
170170 log_msg_to " Exported APP_PLATFORM=$APP_PLATFORM "
171- return 0
172171}
173172
174173# ===== Dynamic config generators =====
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ pick_terminal_devices() {
7777 # Check for valid input
7878 # ---------------------------
7979 if [[ -z " $platformName " || -z " $count " ]]; then
80- log_msg_to " Platform name for parallel count is invalid: $0 $ platformName $count "
80+ log_msg_to " Platform name for parallel count is invalid: $platformName $count "
8181 return 1
8282 fi
8383
You can’t perform that action at this time.
0 commit comments