lib/pe_build.rb in vagrant-pe_build-0.0.2 vs lib/pe_build.rb in vagrant-pe_build-0.0.3

- old
+ new

@@ -4,10 +4,10 @@ def self.archive_directory File.expand_path(File.join(ENV['HOME'], '.vagrant.d', 'pe_builds')) end def self.source_root - @source_root ||= File.expand_path(File.join(File.dirname(__FILE__), '..')) + @source_root ||= File.expand_path('..', File.dirname(__FILE__)) end end require 'pe_build/version' require 'pe_build/action'