Skip to content

Commit

Permalink
The root folder is / and not empty otherwise it's skipped (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsmink authored Sep 12, 2024
1 parent 03d9386 commit c58b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/SyncAssets.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private function processContainer(AssetContainer $container)
$this->processFolder($container);
}

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

Expand Down

0 comments on commit c58b1cf

Please sign in to comment.