Skip to content

Commit 2bb1e34

Browse files
authored
Update README.md (#334)
Fix minor typo in example config.
1 parent fbff57b commit 2bb1e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-util/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ local helm = import 'github.com/grafana/jsonnet-libs/helm-util/helm.libsonnet';
3636
conf={
3737
values: $.values,
3838
flags: [
39-
'--version=%s % $.version',
39+
'--version=%s' % $.version,
4040
],
4141
},
4242
),

0 commit comments

Comments
 (0)