aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 23:34:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 23:34:02 -0700
commita1524bb1a326f46110a20516b7595ffde47323e0 (patch)
tree591ff74227ccad3c25ca1e0930df4fa9619b1769 /appveyor.yml
parent58e3091e64a5386ae470b655fdba8976451efed7 (diff)
downloadpandoc-a1524bb1a326f46110a20516b7595ffde47323e0.tar.gz
appveyor - fix typo.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 261afbf5a..351cc1abb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -102,7 +102,7 @@ test_script:
cabal --version &&
mkdir "%CABAL_STORE%"/ghc-%GHC_MINOR_VERSION%/package.db &&
cabal --store-dir="%CABAL_STORE%" new-update &&
- cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --enable-tests --run-tests %CABAL_OPTS% --ghc-options="%GHC_OPTS" . pandoc-citeproc &&
+ cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --enable-tests --run-tests %CABAL_OPTS% --ghc-options="%GHC_OPTS%" . pandoc-citeproc &&
forfiles /P .\dist-newstyle /M pandoc*.exe /S /C "cmd /C copy @path C:\pandoc\windows"
)