Skip to content

Commit 37cb8e1

Browse files
authored
Update lib/env/AndroidCommandLineTools.js
1 parent ef2b3af commit 37cb8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/env/AndroidCommandLineTools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const AndroidCommandLineTools = {
9696
/**
9797
* @internal
9898
*/
99-
__getAndroidHome: () => process.env.ANDROID_HOME;
99+
__getAndroidHome: () => process.env.ANDROID_HOME
100100
};
101101

102102
module.exports = AndroidCommandLineTools;

0 commit comments

Comments
 (0)