Skip to content

Commit

Permalink
fix: avoid failure on success report
Browse files Browse the repository at this point in the history
  • Loading branch information
e0ipso committed Oct 14, 2019
1 parent 3024385 commit d6a3c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/TravisDrupalModulePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private function _createRequiredFiles()
assert($rootPackage instanceof RootPackageInterface);
$msg = static::GLUE . implode(
static::GLUE, array_values(
$this->_computePathMappings($packageDir, $rootDir)
$this->_computePathMappings($fsystem, $packageDir, $rootDir)
)
);
$tpl = "\n<fg=green>%s successfully copied the following files in ";
Expand Down

0 comments on commit d6a3c07

Please sign in to comment.