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

Commit

Permalink
Merge pull request #1347 from vml-jbartlett/LoadErrors-on-Up-and-Destroy
Browse files Browse the repository at this point in the history
Fixes Error Message "Message: LoadError: cannot load such file -- ./l…
  • Loading branch information
geerlingguy authored Apr 28, 2017
2 parents 254a74d + ae587a8 commit 5e44eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :

require './lib/drupalvm/vagrant'
require_relative 'lib/drupalvm/vagrant'

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

0 comments on commit 5e44eb6

Please sign in to comment.