Skip to content

Commit f94ce15

Browse files
committed
Merge branch 'windows-android-studio-path' of github.com:matthargett/cli into windows-android-studio-path
2 parents 78a8a74 + e6edd71 commit f94ce15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
22
. "$(dirname -- "$0")/_/husky.sh"
33

4-
# yarn lint-staged
4+
yarn lint-staged

packages/cli-doctor/src/tools/healthchecks/androidStudio.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
`studio${archSuffix}.exe`,
5555
).replace(/\\/g, '\\\\');
5656
try {
57-
const { stdout } = await executeCommand(
57+
const {stdout} = await executeCommand(
5858
`wmic datafile where name="${fallbackPath}" get Version`,
5959
);
6060
version = stdout.replace(/(\r\n|\n|\r)/gm, '').trim();

0 commit comments

Comments
 (0)