Skip to content

Commit c8fada3

Browse files
Update tldr.py : fix coma typo in OS_DIRECTORIES def
Co-authored-by: spageektti <[email protected]>
1 parent cf706cb commit c8fada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"darwin": "osx",
4747
"freebsd": "freebsd",
4848
"linux": "linux",
49-
"macos": "osx"
49+
"macos": "osx",
5050
"netbsd": "netbsd",
5151
"openbsd": "openbsd",
5252
"osx": "osx",

0 commit comments

Comments
 (0)