diff --git a/builder/amazonebs/builder.go b/builder/amazonebs/builder.go index b65be2908..935a78305 100644 --- a/builder/amazonebs/builder.go +++ b/builder/amazonebs/builder.go @@ -37,7 +37,7 @@ type config struct { // Configuration of the resulting AMI AMIName string `mapstructure:"ami_name"` - PackerDebug bool `mapstructure:"packer_debug"` + PackerDebug bool `mapstructure:"packer_debug"` RawSSHTimeout string `mapstructure:"ssh_timeout"` } diff --git a/plugin/builder-digital-ocean/main.go b/plugin/builder-digital-ocean/main.go index 7746979c2..be8d706f0 100644 --- a/plugin/builder-digital-ocean/main.go +++ b/plugin/builder-digital-ocean/main.go @@ -1,8 +1,8 @@ package main import ( - "github.com/mitchellh/packer/packer/plugin" "github.com/mitchellh/packer/builder/digitalocean" + "github.com/mitchellh/packer/packer/plugin" ) func main() {