aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/GitRepo.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-05-09 21:17:47 -0400
committerAndrew Manning <tamanning@zoho.com>2016-05-09 21:17:47 -0400
commit180731c162b12f62a0065bc9ce8d537a95c98ed6 (patch)
tree58203102a57754985863097bee069512f1971bf7 /Zotlabs/Storage/GitRepo.php
parentd714cd76dd4f38f7a04c7f9fbded427d7b06d3a8 (diff)
downloadvolse-hubzilla-180731c162b12f62a0065bc9ce8d537a95c98ed6.tar.gz
volse-hubzilla-180731c162b12f62a0065bc9ce8d537a95c98ed6.tar.bz2
volse-hubzilla-180731c162b12f62a0065bc9ce8d537a95c98ed6.zip
copy-paste error
Diffstat (limited to 'Zotlabs/Storage/GitRepo.php')
-rw-r--r--Zotlabs/Storage/GitRepo.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Storage/GitRepo.php b/Zotlabs/Storage/GitRepo.php
index 81356950b..ac53aefc4 100644
--- a/Zotlabs/Storage/GitRepo.php
+++ b/Zotlabs/Storage/GitRepo.php
@@ -82,7 +82,9 @@ class GitRepo {
}
}
}
-
+ public function pull() {
+ return $this->git->pull();
+ }
/**
* delete repository from disk
*/