Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ansgar Mertens <[email protected]>
  • Loading branch information
2 people authored and mutahhir committed Jul 5, 2023
1 parent 06b39c6 commit 363ca80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@cdktf/commons/src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function getPnpmNodeModuleVersion(
!json[0]?.dependencies?.[packageName]?.version
) {
logger.debug(
`Unable to find '${packageName}' in 'npm list ${packageName} --json': ${output}`
`Unable to find '${packageName}' in 'pnpm list ${packageName} --json': ${output}`
);
return undefined;
}
Expand Down

0 comments on commit 363ca80

Please sign in to comment.