diff --git a/src/helpers/git.js b/src/helpers/git.js index d6c0ffa7..bbdc9447 100644 --- a/src/helpers/git.js +++ b/src/helpers/git.js @@ -90,7 +90,7 @@ module.exports = new (class Git { * @return {Promise<>} */ pull = () => ( - this.exec(`git pull --unshallow`) + this.exec(`pull --unshallow`) ) /**