Skip to content

Commit ed2fcb2

Browse files
Update pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/ray.io/v1/RayJob/customizations.yaml
Co-authored-by: Copilot <[email protected]>
1 parent af11188 commit ed2fcb2

File tree

1 file changed

+1
-1
lines changed
  • pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/ray.io/v1/RayJob

1 file changed

+1
-1
lines changed

pkg/resourceinterpreter/default/thirdparty/resourcecustomizations/ray.io/v1/RayJob/customizations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ spec:
176176
end
177177
end
178178
179-
-- Take most recent endTime
179+
-- Take latest endTime
180180
if currentStatus.endTime ~= nil then
181181
if endTime == nil or currentStatus.endTime > endTime then
182182
endTime = currentStatus.endTime

0 commit comments

Comments
 (0)