unquote incus-tramp-incus-program in tramp-methods definitions

This commit is contained in:
2026-05-22 00:57:15 +00:00
parent 4f664c642d
commit a2e7164bfd
2 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -68,8 +68,8 @@
(defun incus-tramp-enable-method ()
(with-eval-after-load 'tramp
(add-to-list 'tramp-methods
`(,incus-tramp-method
(tramp-login-program ,incus-tramp-incus-program)
`(incus-tramp-method
(tramp-login-program incus-tramp-incus-program)
(tramp-login-args (("exec") ("%h") (,(format "--env TERM=%s" tramp-terminal-type)) ("--") ("%l")))
(tramp-direct-async (,tramp-default-remote-shell "-c"))
(tramp-remote-shell ,tramp-default-remote-shell)