Skip to content

Commit 2d20150

Browse files
authored
Update upgrade-sdk-to-pf.md (#2783)
update lib path
1 parent 8062afe commit 2d20150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/upgrade-sdk-to-pf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Follow these steps if you have a Pulumi provider that was bridged from a Terrafo
4747
```
4848

4949
2. Find tfgen binary `main` that calls `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen`
50-
and update it to call `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pf/tfgen`.
50+
and update it to call `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pkg/pf/tfgen`.
5151

5252
Note that the extra verson parameter is removed from `tfgen.Main`, so this code:
5353

0 commit comments

Comments
 (0)