Skip to content

Commit 378bee4

Browse files
neumarkmildbyte
andauthored
Update splitgraph/cloud/tunnel_client.py
Co-authored-by: Artjoms Iskovs <mildbyte@gmail.com>
1 parent 25291ac commit 378bee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitgraph/cloud/tunnel_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_rathole_build_key():
6161
if system in ["Windows", "Darwin"]:
6262
return system
6363
if system == "Linux":
64-
# python 3.8 somtimes reports '' instead of 'musl' for musl libc (https://bugs.python.org/issue43248)
64+
# python 3.8 sometimes reports '' instead of 'musl' for musl libc (https://bugs.python.org/issue43248)
6565
return "Linux-%s-%s" % (
6666
platform.machine(),
6767
"glibc" if platform.libc_ver()[0] == "glibc" else "musl",

0 commit comments

Comments
 (0)