fix missing usage
All checks were successful
Publish Docker Image / docker (push) Successful in 1m5s
All checks were successful
Publish Docker Image / docker (push) Successful in 1m5s
This commit is contained in:
parent
cacdf1f5b9
commit
9ca94d0e05
@ -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()
|
Loading…
Reference in New Issue
Block a user