diff --git a/src/fastapi_cloud_cli/commands/deploy.py b/src/fastapi_cloud_cli/commands/deploy.py index 016f514..d85dd35 100644 --- a/src/fastapi_cloud_cli/commands/deploy.py +++ b/src/fastapi_cloud_cli/commands/deploy.py @@ -396,9 +396,7 @@ def _configure_app( initial_directory = selected_app.directory if selected_app else "" directory_input = toolkit.input( - title=( - "Directory where your app's pyproject.toml file lives (e.g. src, backend):" - ), + title=("Directory where your app's pyproject.toml file lives (e.g. backend):"), tag="dir", value=initial_directory or "", placeholder=(