Skip to content

Commit

Permalink
Add missing indentation in cms feature patches
Browse files Browse the repository at this point in the history
  • Loading branch information
angonz authored and regisb committed Jun 11, 2022
1 parent c4388e1 commit 8b31237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutor/templates/apps/openedx/config/cms.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LOGGING_ENV: "sandbox"
OAUTH_OIDC_ISSUER: "{{ JWT_COMMON_ISSUER }}"
PLATFORM_NAME: "{{ PLATFORM_NAME }}"
FEATURES:
{{ patch("common-env-features") }}
{{ patch("cms-env-features") }}
{{ patch("common-env-features")|indent(2) }}
{{ patch("cms-env-features")|indent(2) }}
CERTIFICATES_HTML_VIEW: true
PREVIEW_LMS_BASE: "{{ PREVIEW_LMS_HOST }}"
ENABLE_COURSEWARE_INDEX: true
Expand Down

0 comments on commit 8b31237

Please sign in to comment.