aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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