Skip to content

Commit c2eb1b2

Browse files
authored
Merge pull request #70 from jkirchberg/bugfix/fix-typo-in-installer
Fixed typo in installer
2 parents 464a0ba + 49621c1 commit c2eb1b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hull-vidispine-addon/hull-vidispine-addon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ hull:
847847
{
848848
try
849849
{
850-
$this.WriteLog("++++ Attempting to contact authenticatiun service. Retry count: " + $retryCount + " of " + $retryLimit)
850+
$this.WriteLog("++++ Attempting to contact authentication service. Retry count: " + $retryCount + " of " + $retryLimit)
851851
$response = Invoke-WebRequest -URI ($healthCheckUri) -Method Get -UseBasicParsing -SkipCertificateCheck
852852
if($response.StatusCode -ge 200 -And $response.StatusCode -lt 300)
853853
{
@@ -1568,4 +1568,4 @@ hull:
15681568
15691569
return $uri
15701570
}
1571-
}
1571+
}

0 commit comments

Comments
 (0)