diff options
Diffstat (limited to 'internal/provider/provider.go')
-rw-r--r-- | internal/provider/provider.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 635580f..86f4c7d 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "git.adyxax.org/adyxax/terraform-eventline/external/evcli" + "git.adyxax.org/adyxax/terraform-provider-eventline/external/evcli" "github.com/hashicorp/terraform-plugin-framework/datasource" "github.com/hashicorp/terraform-plugin-framework/provider" "github.com/hashicorp/terraform-plugin-framework/provider/schema" |