Commit face87d1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent c9748b8e
......@@ -8,13 +8,13 @@ import (
const BuilderId = "mitchellh.post-processor.vagrant"
type Artifact struct {
Path string
Path string
Provider string
}
func NewArtifact(provider, path string) *Artifact {
return &Artifact{
Path: path,
Path: path,
Provider: provider,
}
}
......
......@@ -13,7 +13,7 @@ var builtins = map[string]string{
"mitchellh.amazonebs": "aws",
}
type Config struct{
type Config struct {
OutputPath string `mapstructure:"output"`
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment