Skip to content

Commit 7c06de2

Browse files
committed
fix: Additional prompt fixes for destroy
1 parent 0286c73 commit 7c06de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/orchestrators/destroy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export class DestroyOrchestrator {
6565

6666
const filteredPlan = plan.filterNoopResources()
6767

68-
await ctx.process(ProcessName.APPLY, () =>
68+
await ctx.process(ProcessName.DESTROY, () =>
6969
pluginManager.apply(uninstallProject, filteredPlan)
7070
)
7171

0 commit comments

Comments
 (0)