copy-paste error

This commit is contained in:
Andrew Manning
2016-05-09 21:17:47 -04:00
parent d714cd76dd
commit 180731c162
3 changed files with 47 additions and 10 deletions

View File

@@ -82,7 +82,9 @@ class GitRepo {
}
}
}
public function pull() {
return $this->git->pull();
}
/**
* delete repository from disk
*/