Skip to content

Commit 321993d

Browse files
committed
Fix script
1 parent 6bea841 commit 321993d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/updatecli.d/bump-upstream-agent-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ targets:
5151
kind: shell # toml action currently erases comments, so we fallback to regex-replace
5252
scmid: githubConfig
5353
spec:
54-
command: gradle/update-upstream.sh v"{{ source "upstream-agent-version" }}
54+
command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }}
5555

5656
actions:
5757
open-pr:

0 commit comments

Comments
 (0)