Skip to content

Commit f76cda6

Browse files
Minor CLI fixes (#3008)
Updated version
1 parent f2ec22c commit f76cda6

File tree

1 file changed

+1
-1
lines changed
  • src/dstack/_internal/cli/services/configurators

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def apply_configuration(
8787
warn(
8888
"Repo is not initialized. "
8989
"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."
90+
"Starting from 0.19.26, repos will be configured via YAML and this message won't appear."
9191
)
9292
if not command_args.yes and not confirm_ask("Continue without the repo?"):
9393
console.print("\nExiting...")

0 commit comments

Comments
 (0)