diff --git a/src/Update/RecipePatcher.php b/src/Update/RecipePatcher.php index 69eb7c1d..69773a06 100644 --- a/src/Update/RecipePatcher.php +++ b/src/Update/RecipePatcher.php @@ -98,7 +98,7 @@ public function generatePatch(array $originalFiles, array $newFiles): RecipePatc if (\count($originalFiles) > 0) { $this->writeFiles($originalFiles, $tmpPath); $this->execute('git add -A', $tmpPath); - $this->execute('git commit -m "original files"', $tmpPath); + $this->execute('git commit -n -m "original files"', $tmpPath); $blobs = $this->generateBlobs($originalFiles, $tmpPath); }