summaryrefslogtreecommitdiff
path: root/lib/App/annex_to_annex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/annex_to_annex.pm')
-rw-r--r--lib/App/annex_to_annex.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/App/annex_to_annex.pm b/lib/App/annex_to_annex.pm
index d68cc4a..cd054cc 100644
--- a/lib/App/annex_to_annex.pm
+++ b/lib/App/annex_to_annex.pm
@@ -109,9 +109,9 @@ sub main {
#>>>
}
- my $base = basename $source;
my @missing
- = $annex->annex->find("--not", "--in", "here", $base);
+ = $annex->annex->find("--not", "--in", "here",
+ abs2rel $source, $annex->toplevel);
if (@missing) {
say "Following annexed files are not present in this repo:";
say for @missing;