Skip to content

Commit

Permalink
Merge pull request KelvinTegelaar#588 from KelvinTegelaar/dev
Browse files Browse the repository at this point in the history
Dev to hotfix
  • Loading branch information
KelvinTegelaar authored Jan 19, 2024
2 parents 3105663 + b490fde commit 0632082
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Function Invoke-AddStandardsDeploy {
$Settings | Add-Member -NotePropertyName 'v2.1' -NotePropertyValue $true -Force
if ($Settings.phishProtection.remediate) {
$URL = $request.headers.'x-ms-original-url'.split('/api') | Select-Object -First 1
write-host $URL
Write-Host $URL
$Settings.phishProtection = [pscustomobject]@{
remediate = $true
remediate = [bool]$Settings.phishProtection.remediate
URL = $URL
}
}
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0
5.0.1

0 comments on commit 0632082

Please sign in to comment.