From 218237aa6110c04b0aab7a16cb6075241cb99993 Mon Sep 17 00:00:00 2001 From: Paul Stack Date: Wed, 18 Jan 2017 14:47:49 +0000 Subject: [PATCH] provider/profitbricks: Rename the profitbricks bin so that the plugin (#11267) can build on it's own --- builtin/bins/provider-profitbricks/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/bins/provider-profitbricks/main.go b/builtin/bins/provider-profitbricks/main.go index b8820809e..8799ea0f3 100644 --- a/builtin/bins/provider-profitbricks/main.go +++ b/builtin/bins/provider-profitbricks/main.go @@ -1,4 +1,4 @@ -package provider_profitbricks +package main import ( "github.com/hashicorp/terraform/builtin/providers/profitbricks"