aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-25 09:32:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-25 09:32:43 -0700
commitdab896720c0fd4a94f6171d3db82bf84c8ae7309 (patch)
tree99b887347900c914bfc2877abdbf6bb2f1ff001c /.circleci
parent06f2bb02adbadfc8dad6daffe7a2078d03ffdc12 (diff)
downloadpandoc-dab896720c0fd4a94f6171d3db82bf84c8ae7309.tar.gz
circleci: fix typo.
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2c558b7ed..11125b00a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -42,7 +42,7 @@ commands:
- *restore
- run:
name: install ghc
- command: apt-get install -y ghc-<< paramaters.ghcversion >>
+ command: apt-get install -y ghc-<< parameters.ghcversion >>
- run: |
set -e
apt-get install -y cabal-install-2.4