From 67b638378c52da03b1b59f0b79a944c8a92c879d Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Tue, 13 Dec 2016 10:07:06 -0500 Subject: [PATCH] correct `rootPath` (#10700) This previously referenced `github.com/lrsmith/terraform` Fixes issue #10699 --- vendor/vendor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/vendor.json b/vendor/vendor.json index d919c2568..d6c8bbb06 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -2497,5 +2497,5 @@ "revision": "77178f22699a4ecafce485fb8d86b7afeb7e3e28" } ], - "rootPath": "github.com/lrsmith/terraform" + "rootPath": "github.com/hashicorp/terraform" }