provisioner/shell: Remove TODO since we handled it

This commit is contained in:
Mitchell Hashimoto 2013-06-06 22:39:52 -07:00
parent 4531922ec3
commit e9b552ba18
1 changed files with 0 additions and 1 deletions

View File

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