Skip to content

Commit

Permalink
Merge fix from main.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnlipp committed Nov 17, 2024
2 parents 5d90a6a + e7da41f commit bc0d25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ private Summary evaluateSummary(boolean force) {
.map(r -> Quantity.fromString(r).getNumber().toBigInteger())
.orElse(BigInteger.ZERO));
summary.runningVms
= vmDef.<List<Map<String, Object>>> fromStatus("conditions")
+= vmDef.<List<Map<String, Object>>> fromStatus("conditions")
.orElse(Collections.emptyList()).stream()
.filter(cond -> DataPath.get(cond, "type")
.map(t -> "Running".equals(t)).orElse(false)
Expand Down

0 comments on commit bc0d25d

Please sign in to comment.