rsync: Fix bug introduced in last release that broke encrypted rsync special remotes.

This commit is contained in:
Joey Hess 2012-11-27 16:29:31 -04:00
parent 83aa8187c6
commit 5ff666ec99
3 changed files with 7 additions and 1 deletions

View file

@ -48,3 +48,7 @@ Here's the output with `--debug`:
I'm using git-annex 3.20121127. I think I was able to transfer files to that remote with the previous release.
Any idea how to fix this? Am I doing something wrong?
> Damn. This was a completely stupid bug, calling "decrypt" where it was
> supposed to call "encrypt". [[done]] in git; I'll have to
> make a new release to fix this. --[[Joey]]