From ebb1d0aecef8b0a51ea65b660b53000b6c85963b Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 20 May 2021 20:10:54 +0200 Subject: [PATCH] yarn run prettier --write "src/**/*.{js,ts}" --- src/model/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/docker.ts b/src/model/docker.ts index d4767f70..8df85138 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -85,7 +85,7 @@ class Docker { --volume "${runnerTempPath}/_github_home":"/root" \ --volume "${runnerTempPath}/_github_workflow":"/github/workflow" \ --volume "${workspace}":"/github/workspace" \ - ${sshAgent ? "--volume " + sshAgent + ":/ssh-agent" : ''} \ + ${sshAgent ? '--volume ' + sshAgent + ':/ssh-agent' : ''} \ ${sshAgent ? '--volume /home/runner/.ssh/known_hosts:/root/.ssh/known_hosts:ro' : ''} \ ${image}`;