From 02bb450d73828ddbfff84c80e99cc12f6b333ad0 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Fri, 11 Mar 2022 09:53:45 -0600 Subject: [PATCH] Fix linting --- src/model/docker.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/docker.ts b/src/model/docker.ts index bd2875cf..fe1ad141 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -44,9 +44,9 @@ class Docker { static getBaseOsSpecificArguments(baseOs, workspace, unitySerial, runnerTemporaryPath, sshAgent): string { switch (baseOs) { case 'linux': - const github_home = join(runnerTemporaryPath, "_github_home"); + const github_home = join(runnerTemporaryPath, '_github_home'); if (!existsSync(github_home)) mkdirSync(github_home); - const github_workflow = join(runnerTemporaryPath, "_github_workflow"); + const github_workflow = join(runnerTemporaryPath, '_github_workflow'); if (!existsSync(github_workflow)) mkdirSync(github_workflow); return `--env UNITY_SERIAL \