Skip to content

Commit 1fdcb9b

Browse files
oops
1 parent 3d0e382 commit 1fdcb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function run() {
4141

4242
// if the global installed bin wasn't added,
4343
// we can add the bin just installed
44-
if (!addBinToPath) {
44+
if (!addedBin) {
4545
addBinToPath();
4646
}
4747
} else {

0 commit comments

Comments
 (0)