Skip to content

Commit 781e260

Browse files
committed
win bug fixes
1 parent 9414667 commit 781e260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win/common-utils.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ function Fetch-Plan-Details {
318318
}
319319

320320
if ( ($TestType -match "^Web$|^web$" -and -not $WEB_PLAN_FETCHED) -or
321-
($TestType -match "^App$|^app$" -and -not $MOBILE_PLAN_FETCHED) {
321+
($TestType -match "^App$|^app$" -and -not $MOBILE_PLAN_FETCHED)) {
322322
Log-Line "❌ Unauthorized to fetch required plan(s) or failed request(s). Exiting." $NOW_RUN_LOG_FILE
323323
throw "Plan fetch failed"
324324
}

0 commit comments

Comments
 (0)