Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan MacFarlane committed Mar 26, 2020
1 parent 3d0e382 commit 1fdcb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function run() {

// if the global installed bin wasn't added,
// we can add the bin just installed
if (!addBinToPath) {
if (!addedBin) {
addBinToPath();
}
} else {
Expand Down

0 comments on commit 1fdcb9b

Please sign in to comment.