Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jun 5, 2024
1 parent 5bb76ba commit 22276e9
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 @@ -1153,7 +1153,7 @@ If CONTEXT is not provided, use the current context."
kele--global-discovery-cache
(kele--gv-string gvk)
(oref gvk kind))))
(user-error "Attempted to fetch un-namespaced resource `%s' as namespaced" kind))
(user-error "Attempted to fetch un-namespaced resource `%s' as namespaced" (oref gvk kind)))

(let* ((ctx (or context (kele-current-context-name)))
(port (kele--proxy-record-port
Expand Down

0 comments on commit 22276e9

Please sign in to comment.