This commit is contained in:
Mitchell Hashimoto 2013-06-26 19:09:39 -07:00
parent c9748b8e70
commit face87d1f1
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ var builtins = map[string]string{
"mitchellh.amazonebs": "aws",
}
type Config struct{
type Config struct {
OutputPath string `mapstructure:"output"`
}