summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/biber.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/biber.yaml')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/biber.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/biber.yaml b/Master/texmf-dist/scripts/arara/rules/biber.yaml
index 8cf9acb474d..5ca0498f15a 100644
--- a/Master/texmf-dist/scripts/arara/rules/biber.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/biber.yaml
@@ -16,7 +16,7 @@ commands:
return getCommand('biber', '--tool', options);
}
else {
- return getCommand('biber', options, getBasename(file));
+ return getCommand('biber', options, getBasename(reference));
}
}
arguments: