Skip to content

Commit c58b1cf

Browse files
authored
The root folder is / and not empty otherwise it's skipped (#352)
1 parent 03d9386 commit c58b1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/SyncAssets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private function processContainer(AssetContainer $container)
4646
$this->processFolder($container);
4747
}
4848

49-
private function processFolder(AssetContainer $container, $folder = '')
49+
private function processFolder(AssetContainer $container, $folder = '/')
5050
{
5151
$this->line("Processing folder: {$folder}");
5252

0 commit comments

Comments
 (0)