Skip to content

Commit 7d4f249

Browse files
committed
fix typo
1 parent 0791a3e commit 7d4f249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecExchangeRoleRepair.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function Invoke-ExecExchangeRoleRepair {
8989
}
9090
}
9191

92-
returns ([HttpResponseContext]@{
92+
return ([HttpResponseContext]@{
9393
StatusCode = [System.Net.HttpStatusCode]::OK
9494
Body = $Results
9595
})

0 commit comments

Comments
 (0)