updated build system
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good
This commit is contained in:
@@ -65,11 +65,11 @@ namespace {
|
||||
}
|
||||
});
|
||||
if (res) {
|
||||
throw repertory::utils::error::create_exception({
|
||||
function_name,
|
||||
"failed to getpwuid",
|
||||
res.reason,
|
||||
});
|
||||
throw repertory::utils::error::create_exception(function_name,
|
||||
{
|
||||
"failed to getpwuid",
|
||||
res.reason,
|
||||
});
|
||||
}
|
||||
|
||||
path = repertory::utils::string::replace(path, "~/", home + "/");
|
||||
|
||||
Reference in New Issue
Block a user