mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Deploy binaries updated
Former-commit-id: 87d5cf36e4608ddcc443dc6fd9db5ac672208e47
This commit is contained in:
parent
d07ddc8009
commit
745691288f
@ -1 +1 @@
|
||||
6d2d16413b637a51d5b5e254ccdd86f0bebae278
|
||||
cf974e6aa1ff2a7194ce2b82fd5da5fa2373676a
|
@ -12,7 +12,7 @@
|
||||
BootSequence * BootSequenceFactory::createBootSequence(Hyperion * hyperion, const Json::Value & jsonConfig)
|
||||
{
|
||||
std::string type = jsonConfig["type"].asString();
|
||||
std::transform(type.begin(), type.end(), type.begin(), std::tolower);
|
||||
std::transform(type.begin(), type.end(), type.begin(), ::tolower);
|
||||
|
||||
if (type == "none")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user