Skip to content

Commit 40624f3

Browse files
committed
Fixing bug with config where commits are signed
Thanks to @7ochem for this!
1 parent 210f481 commit 40624f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Update/RecipePatcher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public function generatePatch(array $originalFiles, array $newFiles): RecipePatc
107107

108108
try {
109109
$this->execute('git init', $tmpPath);
110+
$this->execute('git config commit.gpgsign false', $tmpPath);
110111
$this->execute('git config user.name "Flex Updater"', $tmpPath);
111112
$this->execute('git config user.email ""', $tmpPath);
112113

0 commit comments

Comments
 (0)