This commit is contained in:
Matthew Hooker 2017-03-28 20:45:25 -07:00
parent cc11ec3566
commit de296ac06b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 5 deletions

View File

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