Skip to content

Commit

Permalink
Update pkg/services/govmomi/vcenter/clone.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schlotter <[email protected]>
  • Loading branch information
birksl and chrischdi authored May 30, 2024
1 parent 496f3e5 commit bafb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/govmomi/vcenter/clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func Clone(ctx context.Context, vmCtx *capvcontext.VMContext, bootstrapData []by
}
}
if vmCtx.VSphereVM.Spec.CustomVMXKeys != nil {
log.Info("applied custom vmx keys to VM clone spec")
log.Info("Applied custom vmx keys to VM clone spec")
if err := extraConfig.SetCustomVMXKeys(vmCtx.VSphereVM.Spec.CustomVMXKeys); err != nil {
return err
}
Expand Down

0 comments on commit bafb8ec

Please sign in to comment.