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 \