|
|
@@ -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!");
|
|
|
}
|