Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rediris committed Jun 20, 2024
1 parent 453d91a commit 7de75bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutormfe/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
if __version_suffix__:
__version__ += "-" + __version_suffix__

# Use DOCKER_IMAGE_OPENEDX to determine MFE docker image names
# Use DOCKER_IMAGE_OPENEDX to generate MFE docker image names
base_docker_image = "{{ DOCKER_IMAGE_OPENEDX }}"
# Strip the version, if present
if ":" in base_docker_image:
base_docker_image = base_docker_image.split(":")[0]


config = {
"defaults": {
"VERSION": __version__,
Expand Down

0 comments on commit 7de75bd

Please sign in to comment.