small typo fix in config example
This commit is contained in:
@@ -51,7 +51,7 @@ $CustomActionStart = $null
|
|||||||
$CustomActionEndError = $null
|
$CustomActionEndError = $null
|
||||||
$CustomActionEndSuccess = $null
|
$CustomActionEndSuccess = $null
|
||||||
|
|
||||||
# Examples: Calling a healthcheck remote service
|
# Example: Calling a healthcheck remote service
|
||||||
# $healthCheckURL = "https://healthcheckservice.com/etc/etc"
|
# $healthCheckURL = "https://healthcheckservice.com/etc/etc"
|
||||||
# $CustomActionStart = "Invoke-RestMethod $healthCheckURL/start"
|
# $CustomActionStart = "Invoke-RestMethod $healthCheckURL/start"
|
||||||
# $CustomActionEndError = "Invoke-RestMethod $healthCheckURL/fail"
|
# $CustomActionEndError = "Invoke-RestMethod $healthCheckURL/fail"
|
||||||
|
|||||||
Reference in New Issue
Block a user