Skip to content
Snippets Groups Projects
Commit c4e0680c authored by jurgenhaas's avatar jurgenhaas
Browse files

Do not store the drupal8 twig variable

parent 0f53451b
Branches
Tags
No related merge requests found
......@@ -73,7 +73,7 @@ class Handler extends BaseHandler {
$drupalCorePackage = $this->getDrupalCorePackage();
$corePath = $installationManager->getInstallPath($drupalCorePackage);
$this->config->setValue('drupal8', version_compare($drupalCorePackage->getVersion(), '9.0.0', '<='));
$this->config->setValue('drupal8', version_compare($drupalCorePackage->getVersion(), '9.0.0', '<='), FALSE);
// Directory where the root project is being created.
$projectRoot = getcwd();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment