Skip to content

Commit

Permalink
get-kind-for-plural: pass in context var
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jun 8, 2024
1 parent ecef1f7 commit d50dd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ If CONTEXT is nil, use the current context."
TYPE is expected to be the plural name of the resource.
If CONTEXT is nil, use the current context."
(alist-get 'kind (kele--get-discovery-resource cache type)))
(alist-get 'kind (kele--get-discovery-resource cache type :context context)))

(cl-defmethod kele--get-singular-for-plural ((cache kele--discovery-cache)
type
Expand Down

0 comments on commit d50dd19

Please sign in to comment.