From 0eea6d5ab5098d5203877a5beacfac2e1311c5f8 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Wed, 3 Apr 2019 17:38:17 +0200 Subject: Revert "Update git command (#2331)" This reverts commit afd1a8784c2a83426388b39d32703fb82c223f76. --- app/Controllers/updateController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index 46157960d..2be644c85 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -32,7 +32,7 @@ class FreshRSS_update_Controller extends Minz_ActionController { $output = array(); $return = 1; try { - exec('git clean -d --force', $output, $return); + exec('git clean -f -d -f', $output, $return); if ($return == 0) { exec('git pull --ff-only', $output, $return); } else { -- cgit v1.2.3