chore: update provider address [skip ci]

This commit is contained in:
Dawid Wysokiński 2023-09-07 14:39:34 +02:00
parent 13f37eef27
commit 76e9566711
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ func main() {
flag.Parse()
opts := providerserver.ServeOpts{
Address: "registry.terraform.io/Kichiyaki/terraform-provider-woodpecker",
Address: "registry.terraform.io/Kichiyaki/woodpecker",
Debug: debug,
}