commit | 1b1aa6e54705061f98c04b54f6adf711d6c620a7 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Thu Jul 02 18:00:33 2020 +0800 |
committer | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Thu Jul 02 13:00:14 2020 +0000 |
tree | b7c9049c7a709e7a4ac15fc3ace0c75580607f5c | |
parent | 78ae582bf138ae6d4971a2161b0331bd33badbfc [diff] |
Change the key [name] to [Name] in members property All the other keys start with Uppercase. Changing this to make it consistent. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I023d0c0004830bc1758457aed6c1a2d93f394bcf
diff --git a/gen_led_groups.pl b/gen_led_groups.pl index 2cb82da..dc9fd41 100755 --- a/gen_led_groups.pl +++ b/gen_led_groups.pl
@@ -327,7 +327,7 @@ { my $class = shift; my $self = { - name => shift, + Name => shift, Action => shift, DutyOn => shift, Period => shift,