From b6bd431c40523d53a2a515c14fd73eaff44f0905 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 7 Feb 2025 23:00:02 +0000 Subject: [PATCH] oops --- src/command/impl/addCatchAllCommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/impl/addCatchAllCommand.py b/src/command/impl/addCatchAllCommand.py index 58f97c0..3513536 100644 --- a/src/command/impl/addCatchAllCommand.py +++ b/src/command/impl/addCatchAllCommand.py @@ -2,7 +2,7 @@ from command.command import Command from traefik.traefikConfig import TraefikConfig from utils.dockerUtils import restartTraefik -class AddCommand(Command): +class AddCatchAllCommand(Command): def __init__(self): super().__init__("add-catch-all", "Add a catch all domain", "add-catch-all ")