fix: url in patch
This commit is contained in:
parent
00a5fde3ad
commit
94a9c6283b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ def execute():
|
|||
module_app_map = {
|
||||
"Social Module/ Energy Points System": ("eps", "system"),
|
||||
"Offsite Backup Integrations (Google Drive, S3, Dropbox)": ("offsite_backups", "intergration"),
|
||||
"Newsletter": {"newsletter", "functionality"},
|
||||
"Newsletter": ("newsletter", "functionality"),
|
||||
}
|
||||
for module, (app, system_type) in module_app_map.items():
|
||||
click.secho(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue