summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/arara-rule-animate.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/arara-rule-animate.yaml')
-rw-r--r--support/arara/scripts/rules/arara-rule-animate.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/arara-rule-animate.yaml b/support/arara/scripts/rules/arara-rule-animate.yaml
index 1d87ddcf4e..07c80b474d 100644
--- a/support/arara/scripts/rules/arara-rule-animate.yaml
+++ b/support/arara/scripts/rules/arara-rule-animate.yaml
@@ -13,8 +13,8 @@ commands:
- name: The Convert program
command: >
@{
- input = getBasename(reference.getName()).concat('.pdf');
- output = getBasename(reference.getName()).concat('.gif');
+ input = getBasename(reference.fileName).concat('.pdf');
+ output = getBasename(reference.fileName).concat('.gif');
return getCommand(program, '-delay', delay, '-loop',
loop, '-density', density, options, input, output);
}