Renamed bloom process from "Bloom" to "bloom"

This commit is contained in:
Nav
2024-12-19 23:48:10 +00:00
parent d485263c6d
commit e50bd931bd

View File

@@ -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);