diff options
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" |