Skip to content

Commit 60e04ab

Browse files
cexbrayatdgp1130
authored andcommitted
refactor(@angular/cli): consistent casing for onpush zoneless migration MCP tool name
All other tools use `_` in their names.
1 parent dfe021b commit 60e04ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/src/commands/mcp/tools/onpush-zoneless-migration/zoneless-migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { sendDebugMessage } from './send-debug-message';
2121
import { createSourceFile, getImportSpecifier } from './ts-utils';
2222

2323
export const ZONELESS_MIGRATION_TOOL = declareTool({
24-
name: 'onpush-zoneless-migration',
24+
name: 'onpush_zoneless_migration',
2525
title: 'Plan migration to OnPush and/or zoneless',
2626
description: `
2727
<Purpose>

0 commit comments

Comments
 (0)