Skip to content

Commit

Permalink
Fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Mar 7, 2024
1 parent a39009c commit e88fb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/CreateIconsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
];
$destMimeType = $mime->guessMimeType($filePath);
if ($destMimeType !== null) {
$config['type'] = $destMimeType;
$config['format'] = $destMimeType;
}

$generatedIcons[] = $config;
Expand Down

0 comments on commit e88fb35

Please sign in to comment.