diff --git a/deployer/commands/exec/infra_components.py b/deployer/commands/exec/infra_components.py index 3e13843c6..485866a0c 100644 --- a/deployer/commands/exec/infra_components.py +++ b/deployer/commands/exec/infra_components.py @@ -24,7 +24,9 @@ def root_homes( cluster_name: str = typer.Argument(..., help="Name of cluster to operate on"), hub_name: str = typer.Argument(..., help="Name of hub to operate on"), persist: bool = typer.Option( - False, "--persist", help="Do not automatically delete the pod after completing. Useful for long-running processes." + False, + "--persist", + help="Do not automatically delete the pod after completing. Useful for long-running processes.", ), extra_nfs_server: str = typer.Option( None, help="IP address of an extra NFS server to mount"