mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
Fix the update nntmux function
This commit is contained in:
@@ -92,7 +92,7 @@ class Update extends Command
|
||||
return;
|
||||
}
|
||||
|
||||
$this->primary($this->git->pull());
|
||||
$this->primary($this->git->gitPull());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user