Skip to content

Commit d0b9267

Browse files
committed
Issue #30: Remove removed variable usage
1 parent 978ca87 commit d0b9267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostUpdate/PostUpdateDDQG.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function execute(string $package, array $composerLockDiff, OutputInterfac
3636

3737
if ($this->processDDQGEntry($ignoreEntries, $moduleName, $oldVersion, $newVersion, $output)) {
3838
$json = json_encode($composerJson, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) . "\n";
39-
file_put_contents($composerJsonPath, $json);
39+
file_put_contents('composer.json', $json);
4040
$this->runCommand('git add composer.json');
4141
}
4242

0 commit comments

Comments
 (0)