Skip to content

Commit

Permalink
Fix quick edit to evaluate resource list (abrochard#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreicher committed Dec 20, 2023
1 parent eb9f045 commit 962da27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubel.el
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ RESET is to be called if the search is nil after the first attempt."
"Quickly edit any resource."
(interactive)
(kubel--describe-resource
(completing-read "Select resource: " kubel--kubernetes-resources-list)))
(completing-read "Select resource: " (kubel--kubernetes-resources-list))))

(defun kubel-show-process-buffer ()
"Show the kubel-process-buffer."
Expand Down

0 comments on commit 962da27

Please sign in to comment.