Skip to content

Commit e23dbe1

Browse files
committed
fixing name. was removed in a previous commit erroneously. orig mis-typed the var name.
1 parent 0c0facb commit e23dbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Fetch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ protected function mirrorDist($sourceDir, $tempDirDist) {
203203
// mirror dist to source
204204
Console::writeInfo("installing the starterkit files...");
205205
$fs = new Filesystem();
206-
$fs->mirror($tempDirDist, $sourceDir, null);
206+
$fs->mirror($tempDirDist, $sourceDir, null, $fsOptions);
207207
Console::writeInfo("starterkit files have been installed...");
208208

209209
}

0 commit comments

Comments
 (0)