Skip to content

Commit 7f3be7e

Browse files
authored
bug fix - detect os (#20)
1 parent 9976240 commit 7f3be7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mac/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ TSTACK=$3 # Tech Stack from env (for silent mode)
3030
log_section "🧭 Setup Summary – BrowserStack NOW"
3131
log_info "Timestamp: $(date '+%Y-%m-%d %H:%M:%S')"
3232

33+
detect_os
3334

3435
log_file=""
3536
if [[ "$RUN_MODE" == *"--silent"* || "$RUN_MODE" == *"--debug"* ]]; then
@@ -68,7 +69,6 @@ log_msg_to "Checking proxy in environment"
6869
set_proxy_in_env
6970

7071
log_section "🧹 Getting Ready"
71-
detect_os
7272
log_info "Detected Operating system: $NOW_OS"
7373
log_info "Clearing old logs fron NOW Home Directory inside .browserstack"
7474

0 commit comments

Comments
 (0)