Skip to content

Commit a50aa8a

Browse files
committed
Fix typo
Signed-off-by: Panu Oksiala <[email protected]>
1 parent 63edce0 commit a50aa8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oras/auth/token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def request_token(self, h: auth_utils.authHeader):
124124

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

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

0 commit comments

Comments
 (0)