summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/fig2dev.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/fig2dev.yaml')
-rw-r--r--support/arara/scripts/rules/fig2dev.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/fig2dev.yaml b/support/arara/scripts/rules/fig2dev.yaml
index fd36069205..4e796e5c4d 100644
--- a/support/arara/scripts/rules/fig2dev.yaml
+++ b/support/arara/scripts/rules/fig2dev.yaml
@@ -12,7 +12,7 @@ commands:
- name: The fig2dev program
command: >
@{
- input = getBasename(reference).concat('.fig');
+ input = getBasename(reference.getName()).concat('.fig');
return getCommand('fig2dev', language, magnification, font, size,
options, input, output);
}