Commit e9b552ba authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

provisioner/shell: Remove TODO since we handled it

parent 4531922e
......@@ -30,7 +30,6 @@ type Provisioner struct {
}
func (p *Provisioner) Prepare(raws ...interface{}) error {
// TODO: errors
for _, raw := range raws {
if err := mapstructure.Decode(raw, &p.config); err != nil {
return err
......
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