Skip to content

Commit

Permalink
updatecli: fix pattern for updating the defaults.go
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 9, 2023
1 parent fff7760 commit b8db105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/bump-elastic-stack-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ targets:
spec:
file: ./internal/common/defaults.go
matchpattern: '(BeatVersionBase =) "\d+.\d+.\d+-.*-SNAPSHOT"'
replacepattern: '$1 = "{{ source "latestVersion" }}-SNAPSHOT"'
replacepattern: '$1 "{{ source "latestVersion" }}-SNAPSHOT"'

update-stack-version:
name: "Update .stack-version"
Expand Down

0 comments on commit b8db105

Please sign in to comment.