provisioner/shell: Remove TODO since we handled it

pull/15/head
Mitchell Hashimoto 13 years ago
parent 4531922ec3
commit e9b552ba18

@ -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

Loading…
Cancel
Save