File tree Expand file tree Collapse file tree
src/dstack/_internal/cli/services/configurators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,14 +106,8 @@ def apply_configuration(
106106 # relative path for compatibility with pre-0.19.27 servers
107107 conf .working_dir = "."
108108 warn (
109- "[code]working_dir[/code] is not set."
110- f" Using legacy working directory [code]{ LEGACY_REPO_DIR } [/code]\n \n "
111- "In future versions the default value will be taken from the image\n "
112- f"- To keep using legacy working directory, set"
113- f" [code]working_dir[/code] to [code]{ LEGACY_REPO_DIR } [/code]\n "
114- f"- To prepare for the future default, set [code]working_dir[/code]"
115- " to the image default working directory (only until the new default"
116- " takes effect)"
109+ f'The [code]working_dir[/code] is not set — using legacy default [code]"{ LEGACY_REPO_DIR } "[/code].'
110+ " Future versions will default to the [code]image[/code]'s working directory."
117111 )
118112 elif not is_absolute_posix_path (working_dir ):
119113 legacy_working_dir = PurePosixPath (LEGACY_REPO_DIR ) / working_dir
You can’t perform that action at this time.
0 commit comments