upload/vmware: document uploadImage function

This commit is contained in:
Jozef Mikovic 2021-01-26 10:30:04 +01:00 committed by Tom Gundersen
parent d497bc3b83
commit 0597ac48a7
2 changed files with 4 additions and 3 deletions

View file

@ -176,7 +176,7 @@ func (impl *OSBuildJobImpl) Run(job worker.Job) error {
continue
}
err = vmware.UploadImage(credentials, imagePath, t.ImageName)
err = vmware.UploadImage(credentials, imagePath)
if err != nil {
r = append(r, err)
continue