diff options
Diffstat (limited to 'app/Controllers/updateController.php')
| -rw-r--r-- | app/Controllers/updateController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index f706e1713..f07ed338b 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -20,7 +20,7 @@ class FreshRSS_update_Controller extends FreshRSS_ActionController { 'Please git pull manually!'); } - exec('git -v', $output, $return); + exec('git --version', $output, $return); if ($return != 0) { throw new Minz_Exception("Error {$return} git not found: Please update manually!"); } |
