Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Aug 8, 2024
1 parent 6bea841 commit 321993d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/updatecli.d/bump-upstream-agent-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ targets:
kind: shell # toml action currently erases comments, so we fallback to regex-replace
scmid: githubConfig
spec:
command: gradle/update-upstream.sh v"{{ source "upstream-agent-version" }}
command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }}

actions:
open-pr:
Expand Down

0 comments on commit 321993d

Please sign in to comment.