Skip to content

Commit

Permalink
fix main.go esxi include.
Browse files Browse the repository at this point in the history
Former-commit-id: 75555c3
  • Loading branch information
josenk committed Aug 31, 2018
1 parent af548bf commit 2d96c89
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"
"github.com/hashicorp/terraform/terraform"
"./esxi"
"github.com/terraform-providers/terraform-provider-esxi/esxi"
)

func main() {
Expand Down

0 comments on commit 2d96c89

Please sign in to comment.