Skip to content

Commit

Permalink
Return gitPath
Browse files Browse the repository at this point in the history
  • Loading branch information
ochococo committed Oct 18, 2022
1 parent d4d94fc commit a96b08e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions paths.js
Expand Up @@ -6,13 +6,14 @@ module.exports = (process.env['OS'] != 'Windows_NT') ? {
// Action runs, where $HOME is different from the pwent
home: os.userInfo().homedir,
sshAgent: 'ssh-agent',
sshAdd: 'ssh-add'
sshAdd: 'ssh-add',
gitPath: 'git'

} : {

home: os.homedir(),
sshAgent: 'c://progra~1//git//usr//bin//ssh-agent.exe',
sshAdd: 'c://progra~1//git//usr//bin//ssh-add.exe'

sshAdd: 'c://progra~1//git//usr//bin//ssh-add.exe',
gitPath: 'c://progra~1//git//usr//bin//git.exe'
};

0 comments on commit a96b08e

Please sign in to comment.