diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 09:23:42 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 09:23:42 -0700 |
| commit | d93ea46be68cbf0ad38e8ef6fedf51c689b964cf (patch) | |
| tree | bd48f0252bf38ffeae01316e88e172153170924f | |
| parent | 4cae4d9a33ba5202c6454f7f92b5327ead8baaa1 (diff) | |
| download | pandoc-d93ea46be68cbf0ad38e8ef6fedf51c689b964cf.tar.gz | |
appveyor - Fix typo.
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f7d163bad..f70dc785e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,7 +69,7 @@ install: ) - if "%BUILD_TYPE%" == "cabal" ( choco install -y ghc --version %GHC_VERSION% --ignore-dependencies %CHOCO_OPTS% && - choco install -y cabal --version %CABAL_VERSION% --ignore-dependencies %CHOCO_OPTS% %% + choco install -y cabal --version %CABAL_VERSION% --ignore-dependencies %CHOCO_OPTS% && refreshenv ) |
