Skip to content

Commit 611d3be

Browse files
hotfixxxx
1 parent a8d52c1 commit 611d3be

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Modules/CIPPCore/Public/Entrypoints/Invoke-AddStandardsDeploy.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Function Invoke-AddStandardsDeploy {
2020
$Settings | Add-Member -NotePropertyName 'v2.1' -NotePropertyValue $true -Force
2121
if ($Settings.phishProtection.remediate) {
2222
$URL = $request.headers.'x-ms-original-url'.split('/api') | Select-Object -First 1
23-
write-host $URL
23+
Write-Host $URL
2424
$Settings.phishProtection = [pscustomobject]@{
25-
remediate = $true
25+
remediate = [bool]$Settings.phishProtection.remediate
2626
URL = $URL
2727
}
2828
}

Modules/CIPPCore/Public/Entrypoints/Invoke-PublicPhishingCheck.ps1

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.0.1s

0 commit comments

Comments
 (0)