Skip to content

Commit 1e3b58d

Browse files
idsulikndeloof
authored andcommitted
fixed labels.go
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent a7be471 commit 1e3b58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/labels.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (l Labels) AsList() []string {
5555
func (l Labels) ToMappingWithEquals() MappingWithEquals {
5656
mapping := MappingWithEquals{}
5757
for k, v := range l {
58+
v := v
5859
mapping[k] = &v
5960
}
6061
return mapping

0 commit comments

Comments
 (0)