Get proper path to local keyfile when selected

This commit is contained in:
Nick O'Leary
2018-01-11 11:19:04 +00:00
parent 6516e0dfd2
commit 3306d30094
5 changed files with 25 additions and 7 deletions

View File

@@ -444,6 +444,8 @@ module.exports = {
err.code = 'git_push_failed';
}
throw err;
} else {
throw err;
}
});
},