Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrischdi committed Jun 25, 2024
1 parent d71c640 commit 42a31a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/vmoperator/vmoperator.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func ReconcileDependencies(ctx context.Context, c client.Client, dependenciesCon
contentLibrary := library.Library{
Name: config.Spec.VCenter.ContentLibrary.Name,
Type: "LOCAL",
Storage: []library.StorageBackings{
Storage: []library.StorageBacking{
{
DatastoreID: contentLibraryDatastore.Reference().Value,
Type: "DATASTORE",
Expand Down

0 comments on commit 42a31a9

Please sign in to comment.