File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def _override_openedx_docker_image(
122122 """
123123RUN npm install @edly-io/indigo-frontend-component-footer@^3.0.0
124124RUN 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(
139139hooks .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
You can’t perform that action at this time.
0 commit comments