Skip to content

Commit 0319d25

Browse files
committed
Update legacy repo path warning
1 parent 6248b56 commit 0319d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/dstack/_internal/cli/services/configurators

src/dstack/_internal/cli/services/configurators/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def apply_configuration(
122122
warn(
123123
"[code]repos[0].path[/code] is not set,"
124124
f" using legacy repo path [code]{LEGACY_REPO_DIR}[/code]\n\n"
125-
"In future versions [code]path[/code] will be mandatory."
125+
"In a future version the default value will be changed."
126126
f" To keep using [code]{LEGACY_REPO_DIR}[/code], explicitly set"
127127
f" [code]repos[0].path[/code] to [code]{LEGACY_REPO_DIR}[/code]\n"
128128
)

0 commit comments

Comments
 (0)