Skip to content

Commit 51a8982

Browse files
jnoordsijAlexSkrypnyk
authored andcommitted
Fix misplaced full stop in ScriptHandler
1 parent 5332c52 commit 51a8982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/composer/ScriptHandler.php

+1-1
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)