Skip to content

Commit

Permalink
Merge pull request #22 from TriPSs/master
Browse files Browse the repository at this point in the history
fix: Fixed git being called incorrectly
  • Loading branch information
TriPSs authored Apr 29, 2020
2 parents e49f1f7 + 6bfb377 commit 5c2e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = new (class Git {
* @return {Promise<>}
*/
pull = () => (
this.exec(`git pull --unshallow`)
this.exec(`pull --unshallow`)
)

/**
Expand Down

0 comments on commit 5c2e451

Please sign in to comment.