Skip to content

Commit

Permalink
Fix wireup of provider factory (#791)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley authored Oct 13, 2022
1 parent 1d0c8ca commit 6e747b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/eks/cmd/provider/nodegroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ const nodeGroupV2Provider: pulumi.provider.Provider = {

/** @internal */
export function nodeGroupV2ProviderFactory(): pulumi.provider.Provider {
return nodeGroupProvider;
return nodeGroupV2Provider;
}

0 comments on commit 6e747b6

Please sign in to comment.