Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-gt committed May 20, 2024
1 parent 5aee338 commit ca2f00f
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 @@ -18,7 +18,7 @@ func main() {
flag.BoolVar(&debugMode, "debug", false, "set to true to run the provider with support for debuggers like delve")
flag.Parse()

opts := &plugin.ServeOpts{ProviderFunc: aos.Provider}
opts := &plugin.ServeOpts{ProviderFunc: aosx.Provider}

if debugMode {
err := plugin.Debug(context.Background(), "github.com/Mathias-gt/terraform-provider-aosx/aosx", opts)
Expand Down

0 comments on commit ca2f00f

Please sign in to comment.