Created
March 2, 2015 17:23
-
-
Save feniix/508eab79d93a62f68d3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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