pull/4731/head
Matthew Hooker 9 years ago
parent cc11ec3566
commit de296ac06b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -150,11 +150,7 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
}
}
if errs != nil {
return errs
}
return nil
return errs
}
// This function takes the inline scripts, concatenates them

Loading…
Cancel
Save