Commit ca6a9ae
committed
fix(catalog): add version_flag for tree to prevent false detection
tree -v means verbose listing, not version. The generic version detection
tries -v first, which outputs a directory listing where filenames like
"codex.sqlite3.before-v1.9.1.bak" match the version regex, causing
incorrect version detection. Specifying --version skips the -v probe.
Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent 25c40aa commit ca6a9ae
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments