Correct path to corporate in omniauth Gemfile

This commit is contained in:
Kepi 2010-07-17 00:59:22 +08:00 committed by Michael Bleigh
parent 7300af48a4
commit daafdb2afb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ source "http://rubygems.org"
gem 'oa-core', :path => File.expand_path('../../oa-core/', __FILE__)
gem 'oa-basic', :path => File.expand_path('../../oa-basic/', __FILE__)
gem 'oa-corporate', :path => File.expand_path('../../oa-openid/', __FILE__)
gem 'oa-corporate', :path => File.expand_path('../../oa-corporate/', __FILE__)
gem 'oa-oauth', :path => File.expand_path('../../oa-oauth/', __FILE__)
gem 'oa-openid', :path => File.expand_path('../../oa-openid/', __FILE__)