fix typo in well-known path list (#1109)
This commit is contained in:
parent
99d8e562db
commit
2405f201af
1 changed files with 2 additions and 1 deletions
|
|
@ -156,7 +156,8 @@ class MarkItDown:
|
||||||
"/opt",
|
"/opt",
|
||||||
"/opt/bin",
|
"/opt/bin",
|
||||||
"/opt/local/bin",
|
"/opt/local/bin",
|
||||||
"/opt/homebrew/bin" "C:\\Windows\\System32",
|
"/opt/homebrew/bin",
|
||||||
|
"C:\\Windows\\System32",
|
||||||
"C:\\Program Files",
|
"C:\\Program Files",
|
||||||
"C:\\Program Files (x86)",
|
"C:\\Program Files (x86)",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue