fix: [command:importer] Fixed variable typo

pull/67/head
mokaddem 2021-06-28 20:45:10 +02:00
parent 96658779e2
commit 45de6f8bf5
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class ImporterCommand extends Command
'valueField' => 'id'
])->where(['meta_template_id' => $metaTemplate->id])->toArray();
} else {
$this->io->error("Unkown template for UUID $metaTemplateUUID");
$this->io->error("Unkown template for UUID {$config['metaTemplateUUID']}");
die(1);
}
}