From 3c332d49157cdeff616dd7758edac6ebb406fcaa Mon Sep 17 00:00:00 2001 From: Wouter Date: Sun, 11 Apr 2021 23:52:52 +1200 Subject: [PATCH] Release v1.1.1 --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b375469..81cd487 100644 --- a/dist/index.js +++ b/dist/index.js @@ -968,7 +968,7 @@ async function run() { // Create the required directory const sshDir = process.env['HOME'] + '/.ssh' - fs.mkdirAsync(sshDir, {recursive: true}) + await fs.mkdirAsync(sshDir, {recursive: true}) console.log('Starting ssh-agent')