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 d8bbea2 commit cf80aceCopy full SHA for cf80ace
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.2] - 2019-06-03
11
+
12
+### Fixed
13
+- Fix an issue where a typo in ModuleInstaller prevented it from working properly.
14
15
## [0.0.1] - 2019-06-03
16
17
### Added
src/ComposerInstaller/ModuleInstaller.php
@@ -20,7 +20,7 @@ class ModuleInstaller extends BaseInstaller
20
*/
21
public function getInstallPath(PackageInterface $package)
22
{
23
- return $this->getFullPath($package, 'site/modules');)
+ return $this->getFullPath($package, 'site/modules'));
24
}
25
26
/**
0 commit comments