mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Fixed Typo in boot sequence type
Former-commit-id: 5bed36ed38f9dd1b3954dae665974e3833eab86d
This commit is contained in:
@@ -19,7 +19,7 @@ public enum BootSequence {
|
||||
switch(this) {
|
||||
case rainbow:
|
||||
return "Rainbow";
|
||||
case knight_rider:
|
||||
case knightrider:
|
||||
return "Kinght Rider";
|
||||
}
|
||||
return "None";
|
||||
|
Reference in New Issue
Block a user