Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Megapixel99 authored Apr 6, 2020
2 parents 3cbbd3f + e5d34d8 commit e15e53b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const bits = (args.includes('-b') || args.includes('-bits'))
const dir = (args.includes('-d') || args.includes('-directory'))
? ((args[args.indexOf('-directory')] && args[args.indexOf('-directory') + 1]) || (args[args.indexOf('-b')] && args[args.indexOf('-b') + 1])) : path.join(require('os').homedir(), '/.ssh');


if (!fs.existsSync(path.join(require('os').homedir(), '.gitconfig'))) {
console.log('Could not find a git configuration for the current user, please dowload git and try again');
console.log('exiting program');
Expand Down
2 changes: 1 addition & 1 deletion src/methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ module.exports = {
changeAlias,
deleteAlias,
currentAlias,
};
};

0 comments on commit e15e53b

Please sign in to comment.