Skip to content

Commit

Permalink
wip: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Feb 7, 2024
1 parent 9fa4ac5 commit 654372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/OptimizerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function handle(): int

$finder = new Finder();

$this->info('🔍 Loading images from '.$this->assetsDir.'directory.');
$this->info('🔍 Loading images from '.$this->assetsDir.' directory.');

// Find all files within the assets directory
$finder->files()->in($this->assetsDir);
Expand Down

0 comments on commit 654372c

Please sign in to comment.