summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/biber.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/biber.yaml')
-rw-r--r--support/arara/scripts/rules/biber.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/biber.yaml b/support/arara/scripts/rules/biber.yaml
index 1edafe1e96..6399df64fb 100644
--- a/support/arara/scripts/rules/biber.yaml
+++ b/support/arara/scripts/rules/biber.yaml
@@ -16,7 +16,8 @@ commands:
return getCommand('biber', '--tool', options);
}
else {
- return getCommand('biber', options, getBasename(reference));
+ return getCommand('biber', options,
+ getBasename(reference.getName()));
}
}
arguments: