Skip to content

Commit 36f899d

Browse files
committed
adding $fs call
1 parent 6b9c468 commit 36f899d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PatternLab/Fetch.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function fetchStarterKit($starterkit = "") {
119119

120120
// remove the temp files
121121
Console::writeInfo("cleaning up the temp files...");
122+
$fs = new Filesystem();
122123
$fs->remove($tempFile);
123124
$fs->remove($tempDir);
124125

0 commit comments

Comments
 (0)