We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0e382 commit 1fdcb9bCopy full SHA for 1fdcb9b
src/main.ts
@@ -41,7 +41,7 @@ export async function run() {
41
42
// if the global installed bin wasn't added,
43
// we can add the bin just installed
44
- if (!addBinToPath) {
+ if (!addedBin) {
45
addBinToPath();
46
}
47
} else {
0 commit comments