summaryrefslogtreecommitdiff
path: root/lib/Git/Annex/BatchCommand.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Git/Annex/BatchCommand.pm')
-rw-r--r--lib/Git/Annex/BatchCommand.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Git/Annex/BatchCommand.pm b/lib/Git/Annex/BatchCommand.pm
index 1629bb1..0351f09 100644
--- a/lib/Git/Annex/BatchCommand.pm
+++ b/lib/Git/Annex/BatchCommand.pm
@@ -24,7 +24,7 @@ package Git::Annex::BatchCommand;
# see git-annex-find(1) -- `git annex find --batch --not --in here`
# prints an empty string for each file which is not present
- say "foo/bar is not present in this repo" if $batch->say("foo/bar");
+ say "foo/bar is not present in this repo" unless $batch->ask("foo/bar");
=head1 DESCRIPTION