Skip to content

Commit a5f9cc1

Browse files
fix: update brand package branch
1 parent 2f68a07 commit a5f9cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorindigo/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def _override_openedx_docker_image(
122122
"""
123123
RUN npm install @edly-io/indigo-frontend-component-footer@^3.0.0
124124
RUN npm install '@edx/frontend-component-header@npm:@edly-io/indigo-frontend-component-header@^5.0.0'
125-
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#ahmed-arb/ulmo-upgrade'
125+
RUN npm install '@edx/brand@github:@edly-io/brand-openedx#ulmo/indigo'
126126
127127
""",
128128
),
@@ -139,7 +139,7 @@ def _override_openedx_docker_image(
139139
hooks.Filters.ENV_PATCHES.add_item(
140140
(
141141
"mfe-dockerfile-post-npm-install-authn",
142-
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#ahmed-arb/ulmo-upgrade'",
142+
"RUN npm install '@edx/brand@github:@edly-io/brand-openedx#ulmo/indigo'",
143143
)
144144
)
145145

0 commit comments

Comments
 (0)