Skip to content

Commit

Permalink
fixed pointing to old repo
Browse files Browse the repository at this point in the history
  • Loading branch information
premnalla committed Apr 29, 2024
1 parent 26361b7 commit 209b1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/premnalla/new-terraform-provider-clustercontrol
module github.com/severalnines/terraform-provider-clustercontrol

go 1.21.6

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema"
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
"github.com/premnalla/new-terraform-provider-clustercontrol/internal/provider"
"github.com/severalnines/terraform-provider-clustercontrol/internal/provider"
)

func main() {
Expand Down

0 comments on commit 209b1b8

Please sign in to comment.