Skip to content

Commit

Permalink
Merge 8802027 into cc33d8c
Browse files Browse the repository at this point in the history
  • Loading branch information
khapota committed Apr 13, 2020
2 parents cc33d8c + 8802027 commit c4b0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ Should be invoked via command `kubernetes-logs-popup'."
args
(when-let (ns (kubernetes-state-current-namespace state))
(list (format "--namespace=%s" ns)))
(list pod-name exec-command)))
(list pod-name "--" exec-command)))

(interactive-tty (member "-t" args))
(buf
Expand Down

0 comments on commit c4b0ba2

Please sign in to comment.