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 b3090a2 commit c1126baCopy full SHA for c1126ba
1 file changed
src/dstack/api/server/_fleets.py
@@ -83,7 +83,7 @@ def _get_apply_plan_excludes(plan_input: ApplyFleetPlanInput) -> Dict:
83
apply_plan_excludes = {}
84
spec_excludes = _get_fleet_spec_excludes(plan_input.spec)
85
if spec_excludes:
86
- apply_plan_excludes["spec"] = apply_plan_excludes
+ apply_plan_excludes["spec"] = spec_excludes
87
current_resource = plan_input.current_resource
88
if current_resource is not None:
89
current_resource_excludes = {}
0 commit comments