Skip to content

Commit

Permalink
Update Chrome Debug Extension setActiveVersion script to expect 2 fil…
Browse files Browse the repository at this point in the history
…es (#1718)
  • Loading branch information
MSNev authored Nov 19, 2021
1 parent 00ac3a3 commit ac88b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Get-VersionFiles $files $storePath "ai.chrome-ext." $activeVersion

if ($files.ContainsKey($activeVersion) -ne $true) {
Write-LogFailure "Version [$activeVersion] does not appear to be deployed to [$container]"
} elseif ($files[$activeVersion].Count -ne 1) {
} elseif ($files[$activeVersion].Count -ne 2) {
Write-LogFailure "Version [$activeVersion] does not fully deployed to [$container] -- only found [$($files[$activeVersion].Count)] file(s)"
}

Expand Down

0 comments on commit ac88b7b

Please sign in to comment.