0
1
Fork 0
This commit is contained in:
Bryan MacFarlane 2020-03-26 12:06:36 -04:00
parent 3d0e3826ed
commit 1fdcb9b160
1 changed files with 1 additions and 1 deletions

View File

@ -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 {