summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-12-19 21:41:17 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-12-19 21:41:17 -0700
commitbd3399446592e3396f0af793a89761abe62e6702 (patch)
treee00620b729af26325fb39446f510036bfcfdbf24 /lib
parentd3b1a5848ee1fa5897faaaa705e5b2a5fcfe476a (diff)
downloaddotfiles-bd3399446592e3396f0af793a89761abe62e6702.tar.gz
missing $self->
Diffstat (limited to 'lib')
-rw-r--r--lib/perl5/Local/MrRepo/Repo/Git/Annex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
index 495073c6..d3fa4ead 100644
--- a/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
+++ b/lib/perl5/Local/MrRepo/Repo/Git/Annex.pm
@@ -141,7 +141,7 @@ sub review_unused {
last;
} elsif ($response eq 'o') {
system('xdg-open',
- abs_contentlocation($unused_file->{key}));
+ $self->abs_contentlocation($unused_file->{key}));
} elsif ($response eq 'b' and $i > 0) {
pop @to_drop
if $to_drop[$#to_drop] eq