mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-07-03 03:21:47 +02:00
fix provider namespace
This commit is contained in:
@@ -8,6 +8,6 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
providerserver.Serve(context.Background(), NewProvider, providerserver.ServeOpts{
|
providerserver.Serve(context.Background(), NewProvider, providerserver.ServeOpts{
|
||||||
Address: "local/bitbucket/token",
|
Address: "ysoftdevs/bitbucket",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user