Skip to content

Commit 00e4619

Browse files
committed
removing the SK temp dir
1 parent be1689d commit 00e4619

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
@@ -121,7 +121,7 @@ public function fetchStarterKit($starterkit = "") {
121121
Console::writeInfo("cleaning up the temp files...");
122122
$fs = new Filesystem();
123123
$fs->remove($tempFile);
124-
$fs->remove($tempDir);
124+
$fs->remove($tempDirSK);
125125

126126
Console::writeInfo("the starterkit installation is complete...");
127127

0 commit comments

Comments
 (0)