Update src/model/action.ts

Co-authored-by: Webber Takken <webber.nl@gmail.com>
pull/305/head
AndrewKahr 2022-01-24 13:37:35 -08:00 committed by GitHub
parent 6f7ae3b1c5
commit 377878b5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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":