Commit 8a54967
committed
fix: quote grep patterns in get_tag to match version delimiter correctly
The unquoted \. was likely a typo for a literal dot, but it expands to .
(any char), which silently matches the - delimiter after the version.
Quote the patterns and use an explicit - to match the actual tag format.1 parent 7fa4f34 commit 8a54967
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments