SHA256
1
0
forked from pool/vagrant
vagrant/0025-do-not-abuse-relative-paths-in-docker-plugin.patch

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