Skip to content

Commit 871d48b

Browse files
authored
Merge pull request #15 from OisinA/master
Fixed typo.
2 parents 844f07e + 0485d29 commit 871d48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bringOnline.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ while (!$broughtOnline -and $retryCount -gt 0) {
2020
}
2121
}
2222

23-
Write-Output "Brought node online. Waiting for node being reacheable."
23+
Write-Output "Brought node online. Waiting for node being reachable."
2424

2525
$retryCount = 180
2626
$okState = [Microsoft.ComputeCluster.CCPPSH.NodeHealthState]::OK
@@ -45,4 +45,4 @@ while ($broughtOnline -and !$nodeReachable -and $retryCount -gt 0) {
4545
}
4646

4747

48-
schtasks /delete /tn mesoshpconline /f
48+
schtasks /delete /tn mesoshpconline /f

0 commit comments

Comments
 (0)