Skip to content

Commit 1c79d33

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

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
@@ -372,7 +372,7 @@ func ImageUploadWaitHandler(ctx context.Context, a APIClientInterface, projectId
372372
return handler
373373
}
374374

375-
// DeleteImageWaitHandler will wait for volume deletion
375+
// DeleteImageWaitHandler will wait for image deletion
376376
func DeleteImageWaitHandler(ctx context.Context, a APIClientInterface, projectId, imageId string) *wait.AsyncActionHandler[iaasalpha.Image] {
377377
handler := wait.New(func() (waitFinished bool, response *iaasalpha.Image, err error) {
378378
image, err := a.GetImageExecute(ctx, projectId, imageId)

0 commit comments

Comments
 (0)