Skip to content

Commit f159493

Browse files
chore: minor changes
1 parent 90a62fe commit f159493

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/init/formatters.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ function buildSummaryLines(output: WizardOutput): string[] {
4747
if (output.docsUrl) {
4848
lines.push(`Docs: ${terminalLink(output.docsUrl)}`);
4949
}
50-
if (output.docsUrl) {
51-
lines.push(`Docs: ${terminalLink(output.docsUrl, output.docsUrl)}`);
52-
}
5350

5451
const changedFiles = output.changedFiles;
5552
if (changedFiles?.length) {

0 commit comments

Comments
 (0)