Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharteeya committed Sep 27, 2021
1 parent e3b486b commit 663e50b
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 663e50b

Please sign in to comment.