Skip to content

Commit

Permalink
Update create.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenBL committed Jun 5, 2024
1 parent 1d75d5b commit f2ce5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ if ($actionContext.CorrelationConfiguration.Enabled) {
}
else {
$outputContext.AuditLogs.Add([PSCustomObject]@{
Message = "Configuration of correlation is madatory."
Message = "Configuration of correlation is mandatory."
IsError = $true
})
Throw "Configuration of correlation is madatory."
Throw "Configuration of correlation is mandatory."
}

#region functions
Expand Down Expand Up @@ -195,4 +195,4 @@ finally {
if ($outputContext.AuditLogs.IsError -contains $true) {
$outputContext.Success = $false
}
}
}

0 comments on commit f2ce5f9

Please sign in to comment.