From a66706634894c6b6b172827443b463806ef04860 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 9 Jul 2018 15:58:56 -0400 Subject: [PATCH] fix typos :( --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be769b4b6..73ec0cf76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -218,7 +218,7 @@ jobs: - "checkout" - restore_cache: *RESTORE_HTTP_CACHE - - restore_cache: *RESTORE_WHEEHLHOUSE + - restore_cache: *RESTORE_WHEELHOUSE - run: name: "Bootstrap test environment" @@ -291,7 +291,7 @@ jobs: - "checkout" - restore_cache: *RESTORE_HTTP_CACHE - - restore_cache: *RESTORE_WHEEHLHOUSE + - restore_cache: *RESTORE_WHEELHOUSE - run: name: "Bootstrap test environment"