Skip to content

Commit

Permalink
Fix module import
Browse files Browse the repository at this point in the history
  • Loading branch information
reinoudk committed Nov 8, 2021
1 parent 1067f19 commit a2351d5
Showing 1 changed file with 1 addition and 1 deletion.
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"
"terraform-provider-toggle/toggles"
"terraform-provider-toggles/toggles"
)

func main() {
Expand Down

0 comments on commit a2351d5

Please sign in to comment.