diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-05-15 19:35:46 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-05-15 19:35:46 +0200 |
commit | a97f69066ee4c85f159481fc340c139740ef55ce (patch) | |
tree | 3888cf6349d682d6e9f51b7d5634a566a3f24402 | |
parent | 6f8940882abb89ae09f6d3ce214db380aa1625af (diff) | |
download | pandoc-a97f69066ee4c85f159481fc340c139740ef55ce.tar.gz |
Fixed appveyor.yml syntax error.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index bf0d15d59..d293b0b84 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,7 +36,7 @@ after_test: - cd windows # allow use of > 2GB memory # see https://jonathanchang.org/blog/fixing-pandoc-out-of-memory-errors-on-windows/ - - "%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc.exe" + - '"%EDITBIN%"\editbin /LARGEADDRESSAWARE "pandoc.exe"' - editbin /LARGEADDRESSAWARE "pandoc-citeproc.exe" - .\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html - .\pandoc.exe -s ..\COPYING.md -o COPYING.rtf |