diff --git a/config.go b/config.go index 3a4c41ec9..07a64d0af 100644 --- a/config.go +++ b/config.go @@ -10,7 +10,7 @@ import ( "runtime" "strings" - "github.com/mitchellh/osext" + "github.com/kardianos/osext" "github.com/mitchellh/packer/command" "github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer/plugin"