We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ec22c commit f76cda6Copy full SHA for f76cda6
src/dstack/_internal/cli/services/configurators/run.py
@@ -87,7 +87,7 @@ def apply_configuration(
87
warn(
88
"Repo is not initialized. "
89
"Use [code]--repo <dir>[/code] or [code]--no-repo[/code] to initialize it.\n"
90
- "Starting from 0.19.25, repos will be configured via YAML and this message won't appear."
+ "Starting from 0.19.26, repos will be configured via YAML and this message won't appear."
91
)
92
if not command_args.yes and not confirm_ask("Continue without the repo?"):
93
console.print("\nExiting...")
0 commit comments