From 2606ef8853d5996c9b6a286bab31168aaa400823 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 19 Aug 2014 12:27:01 -0700 Subject: [PATCH] Remove extraneous trailing bit in the import URL --- helper/ssh/provisioner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/ssh/provisioner.go b/helper/ssh/provisioner.go index cd76803318..8affeb7a1b 100644 --- a/helper/ssh/provisioner.go +++ b/helper/ssh/provisioner.go @@ -9,7 +9,7 @@ import ( "code.google.com/p/go.crypto/ssh" "github.com/hashicorp/terraform/terraform" - "github.com/mitchellh/go-homedir/homedir" + "github.com/mitchellh/go-homedir" "github.com/mitchellh/mapstructure" )