We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6248b56 commit 0319d25Copy full SHA for 0319d25
1 file changed
src/dstack/_internal/cli/services/configurators/run.py
@@ -122,7 +122,7 @@ def apply_configuration(
122
warn(
123
"[code]repos[0].path[/code] is not set,"
124
f" using legacy repo path [code]{LEGACY_REPO_DIR}[/code]\n\n"
125
- "In future versions [code]path[/code] will be mandatory."
+ "In a future version the default value will be changed."
126
f" To keep using [code]{LEGACY_REPO_DIR}[/code], explicitly set"
127
f" [code]repos[0].path[/code] to [code]{LEGACY_REPO_DIR}[/code]\n"
128
)
0 commit comments