summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/tips/Decentralized_repository_behind_a_Firewall.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn
index 1c99070d9..6a9eb241b 100644
--- a/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn
+++ b/doc/tips/Decentralized_repository_behind_a_Firewall.mdwn
@@ -19,7 +19,7 @@ You can now add your *on-the-go* computer as a remote on your *home* computer. U
ssh-keygen -t rsa
ssh-copy-id "me@localhost -p 2201"
cd ~/annex
- git annex remote add on-the-go ssh://me@localhost:2201/home/myuser/annex
+ git remote add on-the-go ssh://me@localhost:2201/home/myuser/annex
Now you can run normal annex operations, as long as the port forwarding shell is runningĀ³.