Skip to content

Commit b1db087

Browse files
committed
Revert unnecessary change
1 parent e7f54a7 commit b1db087

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
@@ -129,7 +129,7 @@ public function fetchStarterKit($starterkit = "") {
129129
Console::writeInfo("cleaning up the temp files...");
130130
$fs = new Filesystem();
131131
$fs->remove($tempFile);
132-
$fs->remove($tempDirSK);
132+
$fs->remove($tempDir);
133133

134134
Console::writeInfo("the starterkit installation is complete...");
135135

0 commit comments

Comments
 (0)