summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/pdftk.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/pdftk.yaml')
-rw-r--r--support/arara/scripts/rules/pdftk.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/arara/scripts/rules/pdftk.yaml b/support/arara/scripts/rules/pdftk.yaml
index 73ee784417..a457d67d53 100644
--- a/support/arara/scripts/rules/pdftk.yaml
+++ b/support/arara/scripts/rules/pdftk.yaml
@@ -12,7 +12,7 @@ commands:
- name: PDFtk
command: >
@{
- input = getBasename(reference).concat('.pdf');
+ input = getBasename(reference.getName()).concat('.pdf');
return getCommand('pdftk', input, options);
}
arguments: