8000 update · sigstore/sigstore-python@1819143 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1819143

Browse files
committed
update
Signed-off-by: laurentsimon <laurentsimon@google.com>
1 parent 329bd06 commit 1819143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore/oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def identity_token( # nosec: B107
255255
Retrieves and returns an `IdentityToken` from the current `Issuer`, via OAuth.
256256
257257
This function blocks on user interaction, either via a web browser or an out-of-band
258-
OAuth flow. When force_oob, the out-of-band flow is always used.
258+
OAuth flow. When force_oob is true, the out-of-band flow is always used.
259259
"""
260260

261261
# This function and the components that it relies on are based off of:

0 commit comments

Comments
 (0)
0