Skip to content

Commit 326cb35

Browse files
committed
fix: added $script:AtlasCbsExpectedHashes = $null for Strict Mode 3.0
cache check
1 parent 8695e7f commit 326cb35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • playbook/Executables/AtlasModules/Scripts/Modules/Atlas.Software/Domain

playbook/Executables/AtlasModules/Scripts/Modules/Atlas.Software/Domain/CbsPackages.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ function Assert-AtlasCbsCertificate {
9898
}
9999
}
100100

101+
$script:AtlasCbsExpectedHashes = $null
102+
101103
function Get-AtlasCbsExpectedHashes {
102104
<#
103105
.SYNOPSIS

0 commit comments

Comments
 (0)