Skip to content

Commit 0fdf313

Browse files
committed
ci: extend regex to match multiple spaces
1 parent 38bf786 commit 0fdf313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/updatecli/updatecli-bump-kube-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ targets:
6464
sourceid: opentelemetry-kube-stack-helm
6565
spec:
6666
file: "testing/integration/k8s/k8s.go"
67-
matchpattern: '(KubeStackChartVersion\s*=\s)".*"'
67+
matchpattern: '(KubeStackChartVersion\s*=\s*)".*"'
6868
replacepattern: '$1"{{ source "opentelemetry-kube-stack-helm" }}"'
6969

7070
update-testdata:

0 commit comments

Comments
 (0)