Skip to content

Commit 788f2ea

Browse files
committed
Fix autocreated fleets warning
1 parent a795f8a commit 788f2ea

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
@@ -941,7 +941,7 @@ def _warn_fleet_autocreated(api: APIClient, run: Run):
941941
if not fleet.spec.autocreated:
942942
return
943943
warn(
944-
f"\nNo existing fleet matched, so the run created a new fleet [code]{fleet.name}[/code].\n"
944+
f"\nThe run is using automatically created fleet [code]{fleet.name}[/code].\n"
945945
"Future dstack versions won't create fleets automatically.\n"
946946
"Create a fleet explicitly: https://dstack.ai/docs/concepts/fleets/"
947947
)

0 commit comments

Comments
 (0)