Skip to content

Commit

Permalink
Merge pull request #1693 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1691-to-release-1.24

[release-1.24] fix: tagValueDelimiter parameter mismatch
  • Loading branch information
k8s-ci-robot authored Nov 14, 2024
2 parents 994f602 + 3c25753 commit 4cdfc3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blob/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const (

FSGroupChangeNone = "None"
// define tag value delimiter and default is comma
tagValueDelimiterField = "tagValueDelimiter"
tagValueDelimiterField = "tagvaluedelimiter"
)

var (
Expand Down

0 comments on commit 4cdfc3b

Please sign in to comment.