summaryrefslogtreecommitdiff
path: root/support/arara/scripts/rules/sketch.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/scripts/rules/sketch.yaml')
-rw-r--r--support/arara/scripts/rules/sketch.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/arara/scripts/rules/sketch.yaml b/support/arara/scripts/rules/sketch.yaml
index 0970d2e5b8..e7bae9b329 100644
--- a/support/arara/scripts/rules/sketch.yaml
+++ b/support/arara/scripts/rules/sketch.yaml
@@ -13,8 +13,9 @@ commands:
- name: The Sketch software
command: >
@{
- output = getBasename(reference).concat('.tex');
- return getCommand('sketch', options, reference, '-o', output);
+ output = getBasename(reference.getName()).concat('.tex');
+ return getCommand('sketch', options, reference.getName(),
+ '-o', output);
}
arguments:
- identifier: options