Skip to content

Commit

Permalink
Reverted registry changes in main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshperiyappan committed Aug 6, 2024
1 parent f4f173e commit 54726d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import (

func dataSourceRoutingWrapupcodeRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {

sdkConfig := m.(*provider.ProviderMeta).ClientConfig
proxy := newRoutingWrapupcodeProxy(sdkConfig)
proxy := getRoutingWrapupcodeProxy(m.(*provider.ProviderMeta).ClientConfig)

name := d.Get("name").(string)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func main() {

if debugMode {
opts.Debug = true
opts.ProviderAddr = "registry.terraform.io/mypurecloud/genesyscloud"
opts.ProviderAddr = "genesys.com/mypurecloud/genesyscloud"
}
plugin.Serve(opts)
}
Expand Down

0 comments on commit 54726d1

Please sign in to comment.