Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit ae587a8

Browse files
committed
Fixes Error Message "Message: LoadError: cannot load such file -- ./lib/drupalvm/vagrant" when running vagrant up or destroy.
In this particular instance, the error arose when using a build similar to that described in the [Composer Dependency](http://docs.drupalvm.com/en/latest/deployment/composer-dependency) documentation.
1 parent 254a74d commit ae587a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- mode: ruby -*-
22
# vi: set ft=ruby :
33

4-
require './lib/drupalvm/vagrant'
4+
require_relative 'lib/drupalvm/vagrant'
55

66
# Absolute paths on the host machine.
77
host_drupalvm_dir = File.dirname(File.expand_path(__FILE__))

0 commit comments

Comments
 (0)