summaryrefslogtreecommitdiff
path: root/doc/tips/Synology_NAS_and_git_annex.mdwn
diff options
context:
space:
mode:
authorGravatar Øyvind A. Holm <sunny@sunbase.org>2015-04-17 18:35:23 +0200
committerGravatar Øyvind A. Holm <sunny@sunbase.org>2015-04-17 18:35:23 +0200
commitbf9dede7d5a05e5797ea9cb2bbf0346bde08ebde (patch)
tree6e739b8afd1d833ecd76aa8f022175d6cc406f88 /doc/tips/Synology_NAS_and_git_annex.mdwn
parent8b6fb5acc5c1dbf9e9a2fa5e654a3e2c0db629ba (diff)
Typo fixes in doc/tips/*.mdwn
Gotta do at least something when I don't have the faintest clue about Haskell. :) Learning Haskell is on my agenda, though.
Diffstat (limited to 'doc/tips/Synology_NAS_and_git_annex.mdwn')
-rw-r--r--doc/tips/Synology_NAS_and_git_annex.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Synology_NAS_and_git_annex.mdwn b/doc/tips/Synology_NAS_and_git_annex.mdwn
index 50c604483..8a6d282c9 100644
--- a/doc/tips/Synology_NAS_and_git_annex.mdwn
+++ b/doc/tips/Synology_NAS_and_git_annex.mdwn
@@ -19,7 +19,7 @@ This is known to work with DSM 4.3-3810 Update 1 and git-annex standalone versio
(2) Setup ssh key based authentication with the Synology for each computer you want to sync with it. You want a specific key that is used only by git-annex, for each computer. Again, many good guides online.
-(3) In the Synology .ssh/authorized_keys file for your account, add (substituing your username)
+(3) In the Synology .ssh/authorized_keys file for your account, add (substituting your username)
[[!format sh """
command="/home/$yourusername/.ssh/git-annex-shell"
"""]]