Skip to content

Commit

Permalink
refactor: moves the LMS init script under its own dir
Browse files Browse the repository at this point in the history
so that the jobs/init dir structure is consistent.
  • Loading branch information
pomegranited committed Jan 17, 2024
1 parent 93344db commit 44e8a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
("aspects", ("aspects", "jobs", "init", "aspects", "init-aspects.sh"), 94),
("superset", ("aspects", "jobs", "init", "superset", "init-superset.sh"), 95),
("mysql", ("aspects", "jobs", "init", "mysql", "init-mysql-post-migration.sh"), 96),
("lms", ("aspects", "jobs", "init", "init-lms.sh"), 97),
("lms", ("aspects", "jobs", "init", "lms", "init-lms.sh"), 97),
]

# For each task added to MY_INIT_TASKS, we load the task template
Expand Down

0 comments on commit 44e8a2f

Please sign in to comment.