Trying this

This commit is contained in:
Laura Bailey 2021-03-02 14:47:42 +11:00
parent 0bdb2caf82
commit 46eab8f218
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -154,7 +154,7 @@ async function run(): Promise<void> {
// intentionally using fs.renameSync, // intentionally using fs.renameSync,
// because it doesn't move across drives // because it doesn't move across drives
fs.renameSync(ANDROID_SDK_ROOT, newSDKLocation) if (ANDROID_SDK_ROOT !== newSDKLocation) fs.renameSync(ANDROID_SDK_ROOT, newSDKLocation)
ANDROID_SDK_ROOT = newSDKLocation ANDROID_SDK_ROOT = newSDKLocation
} }
} }