summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-17 15:39:35 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-17 15:39:35 -0400
commitf5349c64c47bd3d1b436eff8b418645e42a0c8eb (patch)
tree287381c74c9a6728dd6f50407f40792aeab9aff5
parentbf7a816f2e36e575b3325c95ef698a4923baa5be (diff)
make checkKey always return unknown
-rwxr-xr-xdoc/special_remotes/external/git-annex-remote-torrent4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/special_remotes/external/git-annex-remote-torrent b/doc/special_remotes/external/git-annex-remote-torrent
index 4f99483bc..4df1f8154 100755
--- a/doc/special_remotes/external/git-annex-remote-torrent
+++ b/doc/special_remotes/external/git-annex-remote-torrent
@@ -181,9 +181,9 @@ while read line; do
;;
CHECKPRESENT)
key="$2"
- # Let's just assume that torrents are always present
+ # Let's just assume that torrents are never present
# for simplicity.
- echo CHECKPRESENT-SUCCESS "$key"
+ echo CHECKPRESENT-UNKNOWN "$key" "cannot reliably check torrent status"
;;
REMOVE)
key="$2"