Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Aug 23, 2024
1 parent 37c5a43 commit 80a65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-pnpm/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function readTarget(opts: {

if (version) {
if (
typeof packageManager === 'string' && packageManager.includes("pnpm@") &&
typeof packageManager === 'string' && packageManager.includes('pnpm@') &&
packageManager.replace('pnpm@', '') !== version
) {
throw new Error(`Multiple versions of pnpm specified:
Expand Down

0 comments on commit 80a65d4

Please sign in to comment.