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 3c2f812 commit 72d239bCopy full SHA for 72d239b
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