Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f57a511

Browse files
jnoordsijAlexSkrypnyk
authored andcommitted
Fix misplaced full stop in ScriptHandler
1 parent 428eaee commit f57a511

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)

AltStyle によって変換されたページ (->オリジナル) /