Skip to content

Commit 8f16848

Browse files
itaystack72
andauthored
Update README to fix incorrect Go import path (#38)
Co-authored-by: Paul Stack <[email protected]>
1 parent a5326ec commit 8f16848

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const output = random.stdout;
3838
package main
3939

4040
import (
41-
"github.com/pulumi/pulumi-command/sdk/v3/go/command/local"
41+
"github.com/pulumi/pulumi-command/sdk/go/command/local"
4242
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
4343
)
4444

sdk/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const output = random.stdout;
3838
package main
3939

4040
import (
41-
"github.com/pulumi/pulumi-command/sdk/v3/go/command/local"
41+
"github.com/pulumi/pulumi-command/sdk/go/command/local"
4242
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
4343
)
4444

0 commit comments

Comments
 (0)