From 41a4d2ed351eaed1fd510259e915261a156b60c8 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Mon, 2 Nov 2020 09:24:40 +0100 Subject: [PATCH] Update config.yml typo indent --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06572e1..f541888 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,5 @@ jobs: - checkout # check out the code in the project directory - run: yarn global add node-gyp && yarn install - restore_cache: - keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} \ No newline at end of file