Fix the update nntmux function

This commit is contained in:
DariusIII
2017-07-15 00:12:19 +02:00
parent 696208d313
commit 285ca75fa5
+1 -1
View File
@@ -92,7 +92,7 @@ class Update extends Command
return;
}
$this->primary($this->git->pull());
$this->primary($this->git->gitPull());
}
/**