mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
So far all sed expressions have used correct regular expressions around semantic versions, around `.`. As a result, they matched strings even without correct dots in place. We need to escape the dot correctly.
Description
Languages
Shell
93%
Python
6.9%