Skip to content

Commit 80a65d4

Browse files
authored
Use single quotes
1 parent 37c5a43 commit 80a65d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install-pnpm/run.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function readTarget(opts: {
5858

5959
if (version) {
6060
if (
61-
typeof packageManager === 'string' && packageManager.includes("pnpm@") &&
61+
typeof packageManager === 'string' && packageManager.includes('pnpm@') &&
6262
packageManager.replace('pnpm@', '') !== version
6363
) {
6464
throw new Error(`Multiple versions of pnpm specified:

0 commit comments

Comments
 (0)