Updates bug fixes.

This commit is contained in:
Robin Davies
2024-08-28 21:04:13 -04:00
parent 1e9a0d7b7d
commit 76dfda2b77
7 changed files with 144 additions and 51 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ void pipedal::AdminInstallUpdate(const std::filesystem::path path)
}
catch (const std::exception &e)
{
updateLog(e.what());
updateLog(SS("Error: " << e.what()));
updateResults.updated_ = false;
updateResults.updateSuccessful_ = false;