fix: Fixed git being called incorrectly

releases/v3
Tycho Bokdam 2020-04-29 10:08:40 +02:00
parent e66c42b760
commit 6bfb377c32
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = new (class Git {
* @return {Promise<>} * @return {Promise<>}
*/ */
pull = () => ( pull = () => (
this.exec(`git pull --unshallow`) this.exec(`pull --unshallow`)
) )
/** /**