Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit a00c834

Browse files
timcosgrovegrasmash
authored andcommitted
Add back line removed in #2039 (#2043)
1 parent 2414941 commit a00c834

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Robo/Commands/Vm/VmCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ protected function customizeConfigFiles() {
300300
$config = clone $this->getConfig();
301301

302302
$config->set('drupalvm.config.dir', $this->vmConfigDir);
303+
$config->expandFileProperties($this->projectDrupalVmVagrantfile);
303304

304305
// Generate a Random IP address for the new VM.
305306
$random_local_ip = "192.168." . rand(0, 255) . '.' . rand(0, 255);

0 commit comments

Comments
 (0)