forked from pool/vagrant
b58de4fb93
OBS-URL: https://build.opensuse.org/request/show/539001 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vagrant?expand=0&rev=6
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
|