diff --git a/deploy/HyperCon.jar.REMOVED.git-id b/deploy/HyperCon.jar.REMOVED.git-id index 78191e82..e8ca1d42 100644 --- a/deploy/HyperCon.jar.REMOVED.git-id +++ b/deploy/HyperCon.jar.REMOVED.git-id @@ -1 +1 @@ -2361db3581db887d5f2de0077d0ef6a16a5bb582 \ No newline at end of file +4451ebfa870c7e8097e5dd714bef76ce8971aa41 \ No newline at end of file diff --git a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/BootSequence.java b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/BootSequence.java index 6c2cb4f8..7109dee3 100644 --- a/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/BootSequence.java +++ b/src/config-tool/ConfigTool/src/org/hyperion/hypercon/spec/BootSequence.java @@ -19,7 +19,7 @@ public enum BootSequence { switch(this) { case rainbow: return "Rainbow"; - case knight_rider: + case knightrider: return "Kinght Rider"; } return "None";