From 0bed2ccbaec31dc71f6cfb60e26194d93e0d2113 Mon Sep 17 00:00:00 2001 From: Deployment Bot Date: Thu, 7 Feb 2019 12:17:33 -0500 Subject: [PATCH] fixing mispelling --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32eee8ce37..f16037e239 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ executors: - image: circleci/python:2.7.13 working_directory: ~/repo environment: - - BRANCH: if [[$CIRCLE_BRANCH] then $CIRCL_BRANCH else develop fi + - BRANCH: if [[$CIRCLE_BRANCH] then $CIRCLE_BRANCH else develop fi jobs: