Skip to content

Commit

Permalink
fixed a mistyped keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Dec 11, 2024
1 parent db85fd1 commit e6dc2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/service/apps/de/jobs/common.clj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
(merge-with min
(filter-container-max-requirements container)
(filter-request-max-requirements requirements)))
(limit-container-min-requirement :min_memory_limit :memory_limit)
(limit-container-min-requirement :min_memory_limit :min_memory_limit)
(limit-container-min-requirement :min_cpu_cores :max_cpu_cores)))

(defn- add-container-info
Expand Down

0 comments on commit e6dc2c7

Please sign in to comment.