fix: Fixed git being called incorrectly
parent
e66c42b760
commit
6bfb377c32
|
@ -90,7 +90,7 @@ module.exports = new (class Git {
|
|||
* @return {Promise<>}
|
||||
*/
|
||||
pull = () => (
|
||||
this.exec(`git pull --unshallow`)
|
||||
this.exec(`pull --unshallow`)
|
||||
)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue