ci(fuzz): Fix build

This commit is contained in:
Chris Hennick 2024-06-17 19:05:36 -07:00
parent 4a01dd33e3
commit 6bf354a0d6
No known key found for this signature in database
GPG key ID: DA47AABA4961C509

View file

@ -44,7 +44,7 @@ pub struct FileOperation<'k> {
impl <'k> FileOperation<'k> {
fn get_path(&self) -> Cow<PathBuf> {
match self.basic {
match &self.basic {
BasicFileOperation::WriteDirectory(_) => Cow::Owned(self.path.join("/")),
BasicFileOperation::MergeWithOtherFile { operations } =>
operations[0].0.get_path(),