fix
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2024-12-28 14:21:02 -06:00
parent 7c35af8c49
commit c116ea9791

View File

@ -1315,7 +1315,7 @@ auto fuse_drive::truncate_impl(std::string api_path, off_t size) -> api_error {
return res;
}
if (fm_->get_open_file(handle, true, open_file)) {
if (not fm_->get_open_file(handle, true, open_file)) {
return api_error::invalid_handle;
}