Skip to content

Commit 7bbc81b

Browse files
committed
Another attempt to fix the typo
1 parent cf80ace commit 7bbc81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComposerInstaller/ModuleInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ModuleInstaller extends BaseInstaller
2020
*/
2121
public function getInstallPath(PackageInterface $package)
2222
{
23-
return $this->getFullPath($package, 'site/modules'));
23+
return $this->getFullPath($package, 'site/modules');
2424
}
2525

2626
/**

0 commit comments

Comments
 (0)