We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 464a0ba commit b4e9b8eCopy full SHA for b4e9b8e
1 file changed
hull-vidispine-addon/hull-vidispine-addon.yaml
@@ -847,7 +847,7 @@ hull:
847
{
848
try
849
850
- $this.WriteLog("++++ Attempting to contact authenticatiun service. Retry count: " + $retryCount + " of " + $retryLimit)
+ $this.WriteLog("++++ Attempting to contact authentication service. Retry count: " + $retryCount + " of " + $retryLimit)
851
$response = Invoke-WebRequest -URI ($healthCheckUri) -Method Get -UseBasicParsing -SkipCertificateCheck
852
if($response.StatusCode -ge 200 -And $response.StatusCode -lt 300)
853
0 commit comments