From c460153e66caeb8482685eb0896a57031e687e31 Mon Sep 17 00:00:00 2001 From: Leonardo Galli Date: Mon, 12 Feb 2018 17:33:14 +0100 Subject: [PATCH] @cosmetic fixed indentation error. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cfe88cc9..c2b1a03a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,8 +20,8 @@ jobs: name: Package command: ./build.sh Package - run: - name: Preparing Tests - command: mkdir _tests/reports + name: Preparing Tests + command: mkdir _tests/reports - run: name: Testing command: ./test.sh Linux Unit