Fix lint error

This commit is contained in:
David Boreham 2024-01-30 06:51:03 -07:00
parent 2c17b901a8
commit f67668c1be

View File

@ -25,6 +25,7 @@ default_spec_file_content = ""
def _stack_config_dir(context: DeploymentContext) -> Path:
return get_config_file_dir().joinpath(context.stack.name)
def _deployment_volume_dir(context: DeploymentContext, volume_name: str) -> Path:
return context.deployment_dir.joinpath("data", volume_name)