diff --git a/lib/rclone/init.ts b/lib/rclone/init.ts index 999b782..14550bd 100644 --- a/lib/rclone/init.ts +++ b/lib/rclone/init.ts @@ -89,8 +89,7 @@ export async function provisionRclone() { const currentPlatform = platform() console.log('currentPlatform', currentPlatform) - const currentOs = - currentPlatform === 'macos' ? 'osx' : currentPlatform === 'windows' ? 'win' : 'linux' + const currentOs = currentPlatform === 'macos' ? 'osx' : currentPlatform console.log('currentOs', currentOs) let tempDirPath = await tempDir()