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,13 +150,9 @@ func (p *Provisioner) Prepare(raws ...interface{}) error {
}
}
if errs != nil {
return errs
}
return nil
}
// This function takes the inline scripts, concatenates them
// into a temporary file and returns a string containing the location
// of said file.