We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0facb commit e23dbe1Copy full SHA for e23dbe1
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);
+ $fs->mirror($tempDirDist, $sourceDir, null, $fsOptions);
207
Console::writeInfo("starterkit files have been installed...");
208
209
}
0 commit comments