From 285ca75fa5cb80e4d12c95a8208abe99c71fb598 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Sat, 15 Jul 2017 00:12:19 +0200 Subject: [PATCH] Fix the update nntmux function --- app/extensions/command/Update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/extensions/command/Update.php b/app/extensions/command/Update.php index 32e9780c3..c874c8b82 100644 --- a/app/extensions/command/Update.php +++ b/app/extensions/command/Update.php @@ -92,7 +92,7 @@ class Update extends Command return; } - $this->primary($this->git->pull()); + $this->primary($this->git->gitPull()); } /**