Skip to content

Commit

Permalink
fix: formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Jun 10, 2024
1 parent 08384dd commit 0054e99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorindigo/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _override_openedx_docker_image(
"""
RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^1.0.0'
""",
# remove indigo-header and indigo-footer due to incompatible version deps of MFEs
# remove indigo-header and indigo-footer due to incompatible version deps of MFEs
),
(
"mfe-dockerfile-post-npm-install-authn",
Expand All @@ -122,14 +122,14 @@ def _override_openedx_docker_image(
"""
RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^1.0.0'
""",
# remove indigo-header and indigo-footer due to incompatible version deps of MFEs
# remove indigo-header and indigo-footer due to incompatible version deps of MFEs
),
(
"mfe-dockerfile-post-npm-install-learner-dashboard",
"""
RUN npm install '@edx/brand@npm:@edly-io/indigo-brand-openedx@^1.0.0'
""",
# remove indigo-footer due to incompatible version deps of MFEs
# remove indigo-footer due to incompatible version deps of MFEs
),
]
)

0 comments on commit 0054e99

Please # to comment.