Skip to content

Commit 0286c73

Browse files
committed
fix: Fixed the progress output for destroy
1 parent 8448c66 commit 0286c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/orchestrators/destroy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class DestroyOrchestrator {
4747
const uninstallProject = project.toDestroyProject()
4848
uninstallProject.resolveDependenciesAndCalculateEvalOrder(dependencyMap);
4949

50-
const plan = await ctx.process(ProcessName.PLAN, () =>
50+
const plan = await ctx.subprocess(ProcessName.PLAN, () =>
5151
pluginManager.getPlan(uninstallProject)
5252
)
5353
reporter.displayPlan(plan);

0 commit comments

Comments
 (0)