Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jun 16, 2024
1 parent 6659785 commit b8e7203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -2085,8 +2085,8 @@ CONTEXT and NAMESPACE are used to identify where the deployment lives."
(interactive
(-let* ((gvk (kele--get-gvk-arg))
(ns (kele--get-namespace-arg
:group-version gv
:kind kind
:group-version (kele--gv-string gvk)
:kind (oref gvk kind)
:use-default nil))
(cands (kele--fetch-resource-names gvk :namespace ns :context (kele--get-context-arg)))
(name (completing-read "Name: " (-cut kele--resources-complete <> <> <> :cands cands))))
Expand Down

0 comments on commit b8e7203

Please sign in to comment.