mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-19 19:31:01 +02: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.