Skip to content

Instantly share code, notes, and snippets.

@feniix
Created March 2, 2015 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feniix/508eab79d93a62f68d3b to your computer and use it in GitHub Desktop.
Save feniix/508eab79d93a62f68d3b to your computer and use it in GitHub Desktop.
diff --git i/Vagrantfile w/Vagrantfile
index 3cdca40..abc1e80 100644
--- i/Vagrantfile
+++ w/Vagrantfile
@@ -1,5 +1,5 @@
require 'yaml'
-require './vagrant/lib/gen_node_infos'
+require File.join(File.dirname(__FILE__), 'vagrant/lib/gen_node_infos')
PROJECT_ROOT='/usr/local/src/Platform'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment