Skip to content

Commit

Permalink
main: Changed the Server Address
Browse files Browse the repository at this point in the history
xescugc committed Jan 31, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 653c217 commit bb97dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ import (

func main() {
opts := providerserver.ServeOpts{
Address: "registry.terraform.io/cycloid/cycloid",
Address: "registry.terraform.io/cycloidio/cycloid",
}

err := providerserver.Serve(context.Background(), provider.New(), opts)

0 comments on commit bb97dca

Please sign in to comment.