docs(upload): append slash to ssh-deploy-root-local
Suffix ssh-deploy-root-local's path with a trailing slash (to be consistent with upstream documentation and the example value for ssh-deploy-root-remote right below it). Co-authored-by: visika <visika@users.noreply.github.com> Ref: #7513
This commit is contained in:
parent
5100ab121d
commit
e133da7435
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ Uses ~ssh-deploy~ to map a local folder to a remote one. Set
|
|||
~ssh-deploy-root-remote~ and ~ssh-deploy-root-local~ in a =.dir-locals.el= file
|
||||
to establish this mapping. E.g.
|
||||
#+begin_src emacs-lisp
|
||||
((nil . ((ssh-deploy-root-local . "/local/path/to/project")
|
||||
((nil . ((ssh-deploy-root-local . "/local/path/to/project/")
|
||||
(ssh-deploy-root-remote . "/ssh:user@server:/remote/project/")
|
||||
(ssh-deploy-on-explicit-save . 1))))
|
||||
#+end_src
|
||||
|
@ -66,7 +66,7 @@ Check out [[https://github.com/cjohansson/emacs-ssh-deploy#deployment-configurat
|
|||
** ~root-local~ and ~root-remote~ must match
|
||||
The final directory names much match:
|
||||
#+begin_src emacs-lisp
|
||||
((nil . ((ssh-deploy-root-local . "/local/path/to/example-project")
|
||||
((nil . ((ssh-deploy-root-local . "/local/path/to/example-project/")
|
||||
(ssh-deploy-root-remote . "/ssh:user@server:/remote/example-project/")
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue