diff --git a/src/Application.cpp b/src/Application.cpp index 929c07f2..d0c7675b 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -29,7 +29,7 @@ Application::Application(std::vector&& arguments) int Application::run() { try { - this->setName("Bloom"); + this->setName("bloom"); if (this->arguments.size() > 1) { auto& firstArg = this->arguments.at(1);