diff --git a/src/command/impl/restartCommand.py b/src/command/impl/restartCommand.py index 0112e7b..434ba5c 100644 --- a/src/command/impl/restartCommand.py +++ b/src/command/impl/restartCommand.py @@ -4,7 +4,7 @@ from utils.dockerUtils import restartTraefik class RestartCommand(Command): def __init__(self): - super().__init__("restart", "Restart traefik", "") + super().__init__("restart", "Restart traefik", "restart") def execute(self, traefikConfig: TraefikConfig, args): restartTraefik() \ No newline at end of file