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.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/arara/scripts/rules/sketch.yaml b/support/arara/scripts/rules/sketch.yaml
index a170aa20f2..ca3d22834a 100644
--- a/support/arara/scripts/rules/sketch.yaml
+++ b/support/arara/scripts/rules/sketch.yaml
@@ -1,6 +1,6 @@
!config
# Arara, the cool TeX automation tool
-# Copyright (c) 2018, Paulo Roberto Massa Cereda
+# Copyright (c) 2020, Island of TeX
# All rights reserved.
#
# This rule is part of arara.
@@ -8,13 +8,13 @@ identifier: sketch
name: Sketch
authors:
- Sergey Ulyanov
-- Paulo Cereda
+- Island of TeX
commands:
- name: The Sketch software
command: >
@{
- output = getBasename(file).concat('.tex');
- return getCommand('sketch', options, file, '-o', output);
+ output = getBasename(reference).concat('.tex');
+ return getCommand('sketch', options, reference, '-o', output);
}
arguments:
- identifier: options