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

Commit 5e44eb6

Browse files
authored
Merge pull request #1347 from vml-jbartlett/LoadErrors-on-Up-and-Destroy
Fixes Error Message "Message: LoadError: cannot load such file -- ./l…
2 parents 254a74d + ae587a8 commit 5e44eb6

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)