Skip to content

Commit

Permalink
Merge pull request #25 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: git-client v1.8.0
  • Loading branch information
themightychris authored Dec 20, 2020
2 parents b68573a + 9e83373 commit e7f913d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lib/Git.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ class Git {


// execute git command
logger.debug(this.command, commandArgs.join(' '));
logger.debug(`${this.command} ${commandArgs.join(' ')}`);

if (execOptions.spawn) {
const process = child_process.spawn(this.command, commandArgs, execOptions);
Expand Down
46 changes: 11 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-client",
"version": "1.7.1",
"version": "1.8.0",
"description": "Promise-based git client that mostly just executes the git binary",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e7f913d

Please sign in to comment.