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.
2 parents 3c2f812 + 72d239b commit 25c71afCopy full SHA for 25c71af
src/PatternLab/Fetch.php
@@ -203,7 +203,7 @@ protected function mirrorDist($sourceDir, $tempDirDist) {
203
// mirror dist to source
204
Console::writeInfo("installing the starterkit files...");
205
$fs = new Filesystem();
206
- $fs->mirror($tempDirDist, $sourceDir, null, $options);
+ $fs->mirror($tempDirDist, $sourceDir, null);
207
Console::writeInfo("starterkit files have been installed...");
208
209
}
0 commit comments