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 e7f54a7 commit b1db087Copy full SHA for b1db087
src/PatternLab/Fetch.php
@@ -129,7 +129,7 @@ public function fetchStarterKit($starterkit = "") {
129
Console::writeInfo("cleaning up the temp files...");
130
$fs = new Filesystem();
131
$fs->remove($tempFile);
132
- $fs->remove($tempDirSK);
+ $fs->remove($tempDir);
133
134
Console::writeInfo("the starterkit installation is complete...");
135
0 commit comments