Skip to content

Commit

Permalink
Merge pull request #64 from sharteeya/fix/typo
Browse files Browse the repository at this point in the history
Fix typo on adb.exe
  • Loading branch information
FrenchYeti authored Sep 27, 2021
2 parents e3b486b + 663e50b commit 79a4ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DeviceManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class DeviceManager
_path_.join(
this.dxcWorkspace.getBinaryFolderLocation(),
"platform-tools",
(require('os').platform()==="win32"? "abd.exe":"adb")
(require('os').platform()==="win32"? "adb.exe":"adb")
)
)
};
Expand Down Expand Up @@ -613,4 +613,4 @@ class DeviceManager
}


module.exports = DeviceManager;
module.exports = DeviceManager;

0 comments on commit 79a4ed7

Please sign in to comment.