From bcb081234c215da67810fed2b97948c85599e0f8 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 4 Dec 2019 23:36:04 +0100 Subject: [PATCH] formatting --- src/handlers.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/handlers.ts b/src/handlers.ts index 2ed019c..0af7f3e 100644 --- a/src/handlers.ts +++ b/src/handlers.ts @@ -215,8 +215,7 @@ const handlers: Handlers = { darwin: 'macos', } - const name = `autorestic_${platformMap[process.platform] || - process.platform}_${process.arch}` + const name = `autorestic_${platformMap[process.platform] || process.platform}_${process.arch}` const dl = json.assets.find((asset: any) => asset.name === name) const to = INSTALL_DIR + '/autorestic'