From b0a45cf23170c3387f466d8fc72e1f66f3a41182 Mon Sep 17 00:00:00 2001
From: eug-vs <eug-vs@keemail.me>
Date: Mon, 8 Jun 2020 13:33:32 +0300
Subject: fix: correct indentation

---
 .circleci/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.circleci')

diff --git a/.circleci/config.yml b/.circleci/config.yml
index ab583fc..67abaa5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -29,7 +29,7 @@ jobs:
           name: Test syntax and perform type checking
           command: npm test
 
- deploy_pages:
+  deploy_pages:
     <<: *defaults
     steps:
       - checkout
-- 
cgit v1.2.3