CircleCI: add missing "

This commit is contained in:
Felix 2019-04-30 20:37:27 +02:00
parent 2dbe067988
commit 8ea630f493

View file

@ -15,7 +15,7 @@ jobs:
- run:
name: Setup env
command: |
export BUILD_TYPE_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${BUILD_TYPE:0:1}${BUILD_TYPE:1})
export BUILD_TYPE_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${BUILD_TYPE:0:1}${BUILD_TYPE:1})"
export FLAVOR1_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${FLAVOR1:0:1}${FLAVOR1:1})"
export FLAVOR2_LOWER="$(tr '[:upper:]' '[:lower:]' <<< ${FLAVOR2:0:1}${FLAVOR2:1})"
- restore_cache: