From 377878b5d784891894225a521d4fb5cd2366d040 Mon Sep 17 00:00:00 2001 From: AndrewKahr <22359829+AndrewKahr@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:37:35 -0800 Subject: [PATCH] Update src/model/action.ts Co-authored-by: Webber Takken --- src/model/action.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/model/action.ts b/src/model/action.ts index bee77336..92df3988 100644 --- a/src/model/action.ts +++ b/src/model/action.ts @@ -31,8 +31,7 @@ class Action { static get dockerfile() { const currentPlatform = process.platform; - switch(currentPlatform) - { + switch (currentPlatform) { case "linux": return `${Action.actionFolder}/platforms/ubuntu/Dockerfile`; case "win32":