1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

max-output-size -> max_output_size

To be consistent with other Catalyst/Hydra config option names.
This commit is contained in:
Eelco Dolstra 2016-04-13 16:30:22 +02:00
parent 077ed3f571
commit b1e36b550c

View file

@ -42,7 +42,7 @@ State::State()
} }
{ {
std::string s = hydraConfig["max-output-size"]; std::string s = hydraConfig["max_output_size"];
if (s != "") string2Int(s, maxOutputSize); if (s != "") string2Int(s, maxOutputSize);
} }