summaryrefslogtreecommitdiff
path: root/lib/Git/Annex.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Git/Annex.pm')
-rw-r--r--lib/Git/Annex.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Git/Annex.pm b/lib/Git/Annex.pm
index 19e818a..c872cf5 100644
--- a/lib/Git/Annex.pm
+++ b/lib/Git/Annex.pm
@@ -253,7 +253,7 @@ sub _clear_unused_cache {
sub _git_path {
my ($self, @input) = @_;
my ($path) = $self->git->rev_parse({ git_path => 1 }, catfile @input);
- rel2abs($path, $self->toplevel);
+ rel2abs $path, $self->toplevel;
}
around BUILDARGS => sub {