Skip to content

Commit

Permalink
fix: output directory handling in non-streaming mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 committed Jan 19, 2025
1 parent af3a75d commit 8a6e6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ pub fn serialize_repo(
)?;
Ok(Some(out_dir))
} else {
Ok(None)
Ok(output_dir)
}
}

Expand Down

0 comments on commit 8a6e6af

Please sign in to comment.