Skip to content

Commit 14a6dfc

Browse files
committed
OCPBUGS-33430: Fixed CAPI installation typo
This is just a minor typo, but since its in an Info message that will appear on every installation, it should be fixed.
1 parent 7279a0e commit 14a6dfc

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)