mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Map the sculpin-site
template to the sculpin
...type
This commit is contained in:
parent
e81303b7bc
commit
8b59f9f1c9
|
@ -22,6 +22,7 @@ final class CreateFinalConfigurationData
|
|||
// Map the new `template` value to `type`.
|
||||
if (isset($configurationData['template'])) {
|
||||
$configurationData['type'] = match ($configurationData['template']) {
|
||||
'sculpin-site' => 'sculpin',
|
||||
default => $configurationData['template'],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue