Skip to content

Commit a32d9d8

Browse files
Update services/iaasalpha/wait/wait.go
Co-authored-by: Vicente Pinto <[email protected]>
1 parent 04aa15c commit a32d9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/iaasalpha/wait/wait.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ func ImageUploadWaitHandler(ctx context.Context, a APIClientInterface, projectId
364364
return true, image, nil
365365
}
366366
if *image.Id == imageId && *image.Status == ErrorStatus {
367-
return true, image, fmt.Errorf("create failed for image with id %s", imageId)
367+
return true, image, fmt.Errorf("upload failed for image with id %s", imageId)
368368
}
369369
return false, image, nil
370370
})

0 commit comments

Comments
 (0)