Skip to content

Commit bfbc534

Browse files
committed
fix
1 parent 13b40e3 commit bfbc534

File tree

1 file changed

+1
-2
lines changed
  • packages/react-doctor/src

1 file changed

+1
-2
lines changed

packages/react-doctor/src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,7 @@ const colorizeByScore = (text: string, score: number): string => {
219219
return highlighter.error(text);
220220
};
221221

222-
const DEEPLINK_FIX_PROMPT =
223-
"Run `npx -y react-doctor@latest .` to diagnose issues, then fix all reported issues one by one. After applying fixes, run it again to verify the results improved.";
222+
const DEEPLINK_FIX_PROMPT = "/{slash-command:ami:react-doctor}";
224223

225224
const isAmiInstalled = (): boolean => {
226225
if (process.platform === "darwin") {

0 commit comments

Comments
 (0)