Skip to content

Commit d339606

Browse files
committed
cleanup
1 parent c4e9e4d commit d339606

File tree

3 files changed

+2
-34
lines changed

3 files changed

+2
-34
lines changed

mac/common-utils.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 =====

mac/detect-os.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

mac/device-machine-allocation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)