Skip to content

Commit

Permalink
main: Changed the Server Address
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Jan 31, 2024
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
Expand Up @@ -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)
Expand Down

0 comments on commit bb97dca

Please sign in to comment.