Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gridanjbf committed Apr 17, 2024
1 parent 4de3749 commit 809ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sharepoint/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def with_authentication_header(h)
end

def auth_header
{"Authentication" => bearer_auth }
{"Authorization" => bearer_auth }
end

def base_url
Expand Down

0 comments on commit 809ce8d

Please sign in to comment.