This commit is contained in:
Nav
2022-01-02 20:45:14 +00:00
parent 2ecde9d11d
commit 327a24164c
3 changed files with 7 additions and 8 deletions

View File

@@ -31,11 +31,10 @@ int Application::run(const std::vector<std::string>& arguments) {
this->shutdown();
return returnValue;
} else {
// If the first argument didn't map to a command, we assume it's an environment name
this->selectedEnvironmentName = firstArg;
}
// If the first argument didn't map to a command, we assume it's an environment name
this->selectedEnvironmentName = firstArg;
}
#ifdef BLOOM_DEBUG_BUILD