Skip to content

Commit

Permalink
Use the correct environment.rb path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Feb 4, 2010
1 parent 23ad1ef commit 2faf94a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions load_paths.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
begin
require File.expand_path('../vendor/environment', __FILE__)
require File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
begin
require 'rubygems'
Expand All @@ -18,4 +18,4 @@
$:.unshift File.expand_path("../#{framework}/lib", __FILE__)
end
end
end
end

0 comments on commit 2faf94a

Please sign in to comment.