mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
12 lines
626 B
Diff
12 lines
626 B
Diff
diff -ur a/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp b/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp
|
|
--- a/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp 2022-04-27 22:28:07.480284489 +1200
|
|
+++ b/src/cpp/session/modules/quarto/SessionQuartoXRefs.cpp 2022-04-27 20:59:01.396159620 +1200
|
|
@@ -188,7 +188,7 @@
|
|
core::system::ProcessResult result;
|
|
|
|
error = module_context::runPandoc(
|
|
- FilePath(config.bin_path).completeChildPath("pandoc").getAbsolutePath(),
|
|
+ FilePath(config.bin_path).completeChildPath("tools/pandoc").getAbsolutePath(),
|
|
args,
|
|
contents,
|
|
options,
|