Skip to content

Commit cf36443

Browse files
committed
Restored original command separator.
1 parent 391ee9c commit cf36443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinylink/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def process_stdin(link):
108108

109109
try:
110110
for item in items[0]:
111-
if item[0] == "/":
111+
if item[0] == "\\":
112112
k, v = item[1:].split("=")
113113

114114
if k == "flags":

0 commit comments

Comments
 (0)