Skip to content

Commit e451f2b

Browse files
author
Paolo Tranquilli
committed
Bazel: fix typo
1 parent 58088b6 commit e451f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/bazel/internal/git_lfs_probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def options():
3434
class Endpoint:
3535
name: str
3636
href: str
37-
ssh: typing.Opional[str] = None
37+
ssh: typing.Optional[str] = None
3838
headers: typing.Dict[str, str] = dataclasses.field(default_factory=dict)
3939

4040
def update_headers(self, d: typing.Iterable[typing.Tuple[str, str]]):

0 commit comments

Comments
 (0)