Skip to content

Commit d9a10f0

Browse files
Merge pull request #8375 from bfournie/capi-typo
OCPBUGS-33430: Fix CAPI installation typo
2 parents e287078 + 14a6dfc commit d9a10f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/infrastructure/clusterapi/clusterapi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (i *InfraProvider) Provision(ctx context.Context, dir string, parents asset
205205
}
206206
}
207207
timer.StopTimer(infrastructureStage)
208-
logrus.Info("Netork infrastructure is ready")
208+
logrus.Info("Network infrastructure is ready")
209209

210210
if p, ok := i.impl.(InfraReadyProvider); ok {
211211
infraReadyInput := InfraReadyInput{

0 commit comments

Comments
 (0)