Skip to content

Commit 90e0c17

Browse files
committed
fix: Use correct commitmessage
Too much copy paste. Commit message should explain that composer packages are updated, not importmap
1 parent 26f8543 commit 90e0c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Maintenance/CreatePrForOutdatedDependenciesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private function runComposerUpdateCommands(array $packages): void
234234
);
235235
}
236236

237-
$commitMessage = 'chore(importmap): Update importmap dependencies' .
237+
$commitMessage = 'chore(composer): Update composer dependencies' .
238238
"\n\n" . implode("\n", $versionMessages);
239239
$this->runCommand(
240240
[

0 commit comments

Comments
 (0)