Fix env path

This commit is contained in:
Jeremy Kemper 2009-10-14 19:30:06 -07:00
parent 9c52f96acb
commit 6be5f45019
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#++
bundled = "#{File.dirname(__FILE__)}/../../vendor/gems/environment"
bundled = "#{File.dirname(__FILE__)}/../vendor/gems/environment"
if File.exist?("#{bundled}.rb")
require bundled
else