refactor: rename dap-tool-other to dap-tool-oth
Some checks failed
Deploy to OCIWP / deploy (push) Has been cancelled

This commit is contained in:
jade
2026-07-25 01:36:12 +09:00
parent 7ba18f7809
commit 92fe2399be
67 changed files with 28 additions and 28 deletions

View File

@@ -8,7 +8,7 @@ services = compose['services']
new_services = {}
# Services to duplicate
app_services = ['gateway', 'tool-sms', 'tool-email', 'tool-other', 'tool-payment']
app_services = ['gateway', 'tool-sms', 'tool-email', 'tool-oth', 'tool-payment']
for name, svc in services.items():
if name in app_services: