provisioner/shell: Remove TODO since we handled it
This commit is contained in:
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…
Reference in New Issue