Skip to content

Commit

Permalink
fix: Fixed git being called incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
TriPSs committed Apr 29, 2020
1 parent e66c42b commit 6bfb377
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 6bfb377

Please sign in to comment.