We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 464a0ba + 49621c1 commit c2eb1b2Copy full SHA for c2eb1b2
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
@@ -1568,4 +1568,4 @@ hull:
1568
1569
return $uri
1570
}
1571
- }
+ }
0 commit comments