Skip to content

Commit fd067f0

Browse files
authored
Update provider url (#36)
1 parent 5f22912 commit fd067f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func main() {
3838

3939
opts := providerserver.ServeOpts{
4040
// TODO: Update this string with the published name of your provider.
41-
Address: "registry.terraform.io/hashicorp/segment",
41+
Address: "registry.terraform.io/segmentio/segment",
4242
Debug: debug,
4343
}
4444

0 commit comments

Comments
 (0)