Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

Commit

Permalink
fixed auth_header def name from a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgornick committed Feb 19, 2010
1 parent d65537b commit e21ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gcal4ruby/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def auth_header_authsub(header)
end

# routes the authentication to the proper header based upon auth type
def auth_header_authsub(header)
def auth_header(header)
if @auth_type == 'AuthSub'
return auth_header_authsub(header)
elsif @auth_type == 'ClientLogin'
Expand Down

0 comments on commit e21ab1e

Please sign in to comment.