Skip to content

Commit 0be0ee8

Browse files
committed
fix: remove unnecessary line break in installation instructions
AdminForth/1651/should-never-appear.-shrinking
1 parent 97c835a commit 0be0ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adminforth/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ class AdminForth implements IAdminForth {
499499
║ 💡 SOLUTION
500500
║ Install the required package:
501501
502-
${doesUserHavePnpmLock ? `pnpm add @adminforth/connector-${connectorName}` : `npm install @adminforth/connector-${connectorName}`}
502+
${doesUserHavePnpmLock ? `pnpm add @adminforth/connector-${connectorName}` : `npm install @adminforth/connector-${connectorName}`}
503503
504504
╚════════════════════════════════════════════════════════════════════════════
505505
`);

0 commit comments

Comments
 (0)