Renamed bloom process from "Bloom" to "bloom"
This commit is contained in:
@@ -29,7 +29,7 @@ Application::Application(std::vector<std::string>&& arguments)
|
||||
|
||||
int Application::run() {
|
||||
try {
|
||||
this->setName("Bloom");
|
||||
this->setName("bloom");
|
||||
|
||||
if (this->arguments.size() > 1) {
|
||||
auto& firstArg = this->arguments.at(1);
|
||||
|
||||
Reference in New Issue
Block a user