Skip to content

Commit

Permalink
remove _
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny-jiang committed Oct 24, 2024
1 parent 41a7693 commit 5a398a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/yaml-mapper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func main() {
return
}
// Map values.yaml > DDA
for sourceKey, _ := range mappingValues {
for sourceKey := range mappingValues {
pathVal, _ = sourceValues.PathValue(sourceKey)
// If there is no corresponding key in the destination, then the pathVal will be nil
if pathVal == nil {
Expand Down

0 comments on commit 5a398a4

Please sign in to comment.