summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar NhanHo <NhanHo@web>2016-05-28 06:02:16 +0000
committerGravatar admin <admin@branchable.com>2016-05-28 06:02:16 +0000
commit63341f3cd2ad752e01f437a53c1bf9da7dd4bcfd (patch)
tree7b2e132be39afa69844603f60c4c76768be959f5 /doc
parentf7252acf7da3cceb1df3500f49180027336e4122 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/gcrypt_special_remote_not_being_encrypted.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/gcrypt_special_remote_not_being_encrypted.mdwn b/doc/bugs/gcrypt_special_remote_not_being_encrypted.mdwn
index b264fca80..2185bec2d 100644
--- a/doc/bugs/gcrypt_special_remote_not_being_encrypted.mdwn
+++ b/doc/bugs/gcrypt_special_remote_not_being_encrypted.mdwn
@@ -9,7 +9,7 @@ On the first machine:
cd MyStuffs
git init
git annex init "Macbook"
-cat "First file" > first.txt
+echo "First file" > first.txt
git annex add .
git commit -a -m added
git annex initremote personal-server type=gcrypt gitrepo=ssh://user@foo.bar.com/home/user/MyStuffs keyid=XXXXXXXXX
@@ -23,7 +23,7 @@ On second machine
git clone gcrypt::ssh://user@foo.bar.com/home/user/MyStuffs test
git annex enableremote personal-server gitrepo=ssh://user@foo.bar.com/home/user/MyStuffs
cd test
-cat "BananaTest" > test
+echo "BananaTest" > test
git annex add .
git commit -a -m added
git annex sync --content