Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kielabokkie committed Apr 11, 2021
1 parent 0dfa111 commit 3c332d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 3c332d4

Please sign in to comment.