Add quotes to avoid useless updatecli updates

Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
Manuel Buil 2024-04-08 10:42:46 +02:00
parent 60248c42de
commit a064ae2f17
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ targets:
spec: spec:
file: "scripts/version.sh" file: "scripts/version.sh"
matchpattern: '(?m)^VERSION_ROOT=(.*)' matchpattern: '(?m)^VERSION_ROOT=(.*)'
replacepattern: 'VERSION_ROOT={{ source "k3sroot" }}' replacepattern: 'VERSION_ROOT="{{ source "k3sroot" }}"'
scms: scms: