fix: url in patch

This commit is contained in:
sokumon 2025-07-12 16:42:19 +05:30
parent 00a5fde3ad
commit 94a9c6283b

View file

@ -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(