Skip to content

Commit

Permalink
Fix main import
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kahn committed Aug 2, 2018
1 parent 0aa9908 commit 992219a
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
@@ -1,8 +1,8 @@
package main

import (
"github.com/appoptics/terraform-provider-appoptics/appoptics"
"github.com/hashicorp/terraform/plugin"
"github.com/terraform-providers/terraform-provider-librato/appoptics"
)

func main() {
Expand Down

0 comments on commit 992219a

Please sign in to comment.