Skip to content

Commit 25c71af

Browse files
committed
Merge pull request #20 from EvanLovely/hotfix/starterkit-installs-w-prev-source
Hotfix for StarterKit installs w/ Plugins that add to source/
2 parents 3c2f812 + 72d239b commit 25c71af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PatternLab/Fetch.php

Lines changed: 1 addition & 1 deletion
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, $options);
206+
$fs->mirror($tempDirDist, $sourceDir, null);
207207
Console::writeInfo("starterkit files have been installed...");
208208

209209
}

0 commit comments

Comments
 (0)