Commit 01810a8
committed
fix: handle v prefix in devcontainer version patterns
The devcontainer.json file has version values with v prefixes
(e.g., v27.0.3, v2.83.1), but the updatecli patterns did not
account for this, causing pattern match failures.
Updated patterns to include optional v prefix using v?
This allows the patterns to match both with and without v prefix.1 parent b4e5283 commit 01810a8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments