summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml')
-rw-r--r--Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml b/Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml
index d8770da1b4b..afd2ca96218 100644
--- a/Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml
+++ b/Master/texmf-dist/scripts/arara/rules/arara-rule-latexmk.yaml
@@ -17,7 +17,7 @@ commands:
}
else {
return getCommand('latexmk', isTrue(program.isEmpty(),
- engine, program), options, reference.getName());
+ engine, program), options, reference.fileName);
}
}
arguments: