forked from pool/vagrant
13 lines
409 B
Diff
13 lines
409 B
Diff
|
Index: vagrant-1.9.7/plugins/providers/docker/config.rb
|
||
|
===================================================================
|
||
|
--- vagrant-1.9.7.orig/plugins/providers/docker/config.rb
|
||
|
+++ vagrant-1.9.7/plugins/providers/docker/config.rb
|
||
|
@@ -1,6 +1,6 @@
|
||
|
require "pathname"
|
||
|
|
||
|
-require_relative "../../../lib/vagrant/util/platform"
|
||
|
+require "vagrant/util/platform"
|
||
|
|
||
|
module VagrantPlugins
|
||
|
module DockerProvider
|