Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Panu Oksiala <[email protected]>
  • Loading branch information
poksiala committed Sep 5, 2024
1 parent 63edce0 commit a50aa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oras/auth/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def request_token(self, h: auth_utils.authHeader):

# Ensure the realm starts with http
if not h.realm.startswith("http"):
h.realm = f"http://{h.realm}" # TODO: Should this be htts
h.realm = f"http://{h.realm}" # TODO: Should this be https

# If the www-authenticate included a scope, honor it!
if h.scope:
Expand Down

0 comments on commit a50aa8a

Please sign in to comment.