Skip to content

Commit

Permalink
fix: correct default for package manager choices (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe authored Mar 29, 2024
1 parent 9e6987f commit b3a675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const registerInstallationHook = (template: string) => {
title: template,
value: template,
})),
default: knownPackageManagerNames.indexOf(currentPackageManager),
default: currentPackageManager,
})

chdir(directoryPath)
Expand Down

0 comments on commit b3a675b

Please sign in to comment.