Skip to content

Commit 9915853

Browse files
committed
remove python temp
1 parent 2aab1e5 commit 9915853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mac/user-interaction.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ get_browserstack_credentials() {
3737
get_tech_stack() {
3838
local run_mode=$1
3939
local tech_stack=""
40-
if [[ "$RUN_MODE" == *"--silent"* || "$RUN_MODE" == *"--debug"* ]]; then
40+
if [[ "$run_mode" == *"--silent"* || "$run_mode" == *"--debug"* ]]; then
4141
tech_stack="$TSTACK"
4242
log_msg_to "✅ Selected Tech Stack from environment: $tech_stack"
4343
else
44-
tech_stack=$(osascript -e 'Tell application "System Events" to display dialog "Select installed tech stack:" buttons {"java", "python", "nodejs"} default button "java" with title "Testing Framework Technology Stack"' \
44+
tech_stack=$(osascript -e 'Tell application "System Events" to display dialog "Select installed tech stack:" buttons {"java", "nodejs"} default button "java" with title "Testing Framework Technology Stack"' \
4545
-e 'button returned of result')
4646
fi
4747
log_msg_to "✅ Selected Tech Stack: $tech_stack"

0 commit comments

Comments
 (0)