Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jun 1, 2010
1 parent dc7d880 commit 42e4274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phusion_passenger/utils.rb
Expand Up @@ -194,7 +194,7 @@ def setup_bundler_support(options = {})

# The app developer may also override our strategy with this magic file.
elsif File.exist?('config/setup_load_paths.rb')
require File.expand('config/setup_load_paths')
require File.expand_path('config/setup_load_paths')

# If the Bundler lock environment file exists then load that. If it
# exists then there's a 99.9% chance that loading it is the correct
Expand Down

0 comments on commit 42e4274

Please sign in to comment.