We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0012cc9 commit 5d130dbCopy full SHA for 5d130db
src/Command/ComposerInstallCommand.php
@@ -52,7 +52,7 @@ public function __toString(): string
52
53
if ($this->global) {
54
/**
55
- * Do not run Composer as root/super user, and avoid installation in `/root/.composer` directory
+ * Do not run Composer as root/superuser, and avoid installation in `/root/.composer` directory
56
* @link https://getcomposer.org/root
57
*/
58
$commandLine = sprintf('su -c \'%s\' ${MY_USER}', $commandLine);
0 commit comments