Skip to content

Commit

Permalink
Update packages/nx/src/command-line/report.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Craigory Coppola <[email protected]>
  • Loading branch information
Cammisuli and AgentEnder authored Apr 12, 2023
1 parent b197a1f commit 02a1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export async function reportHandler() {
`Node : ${process.versions.node}`,
`OS : ${process.platform} ${process.arch}`,
`${pm.padEnd(7)}: ${pmVersion}`,
`hasher : ${currentHasherImplementation}`,
`Hasher : ${currentHasherImplementation}`,
``,
];

Expand Down

0 comments on commit 02a1db2

Please sign in to comment.