Remove extraneous trailing bit in the import URL

This commit is contained in:
Alex Gaynor 2014-08-19 12:27:01 -07:00
parent 3374f310f8
commit 2606ef8853
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)