Skip to content

Commit b1b316b

Browse files
committed
Return any error passed to 'RetryGetResourceRequestStatus'.
1 parent 6e46513 commit b1b316b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/cloudcontrol/waiter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ func RetryGetResourceRequestStatus(pProgressEvent **types.ProgressEvent) func(co
3232
}
3333
}
3434

35-
return true, nil
35+
return true, err
3636
}
3737
}

0 commit comments

Comments
 (0)