Skip to content

Commit 6852a25

Browse files
authored
Fix misplaced full stop in ScriptHandler
1 parent 428eaee commit 6852a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/composer/ScriptHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static function checkComposerVersion(Event $event) {
9797
$io->writeError('<warning>You are running a development version of Composer. If you experience problems, please update Composer to the latest stable version.</warning>');
9898
}
9999
elseif (Comparator::lessThan($version, '2.3.6')) {
100-
$io->writeError('<error>Drupal-project requires Composer version 2.3.6 or higher. Please update your Composer before continuing</error>.');
100+
$io->writeError('<error>Drupal-project requires Composer version 2.3.6 or higher. Please update your Composer before continuing.</error>');
101101
exit(1);
102102
}
103103
}

0 commit comments

Comments
 (0)