diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-17 15:39:35 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-17 15:39:35 -0400 |
commit | f5349c64c47bd3d1b436eff8b418645e42a0c8eb (patch) | |
tree | 287381c74c9a6728dd6f50407f40792aeab9aff5 /doc/special_remotes | |
parent | bf7a816f2e36e575b3325c95ef698a4923baa5be (diff) |
make checkKey always return unknown
Diffstat (limited to 'doc/special_remotes')
-rwxr-xr-x | doc/special_remotes/external/git-annex-remote-torrent | 4 |
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" |